Blame SOURCES/ncompress-4.2.4.4-lfs.patch

a70582
diff --git a/compress42.c b/compress42.c
a70582
index 804d099..b3b3add 100644
a70582
--- a/compress42.c
a70582
+++ b/compress42.c
a70582
@@ -130,6 +130,7 @@
a70582
  *   Add variable bit length output.
a70582
  *
a70582
  */
a70582
+#include	<unistd.h>
a70582
 #include	<stdio.h>
a70582
 #include	<stdlib.h>
a70582
 #include	<string.h>
a70582
@@ -538,8 +539,8 @@ int				remove_ofname = 0;	/* Remove output file on a error				*/
a70582
 char 			ofname[MAXPATHLEN];	/* Output filename								*/
a70582
 int				fgnd_flag = 0;		/* Running in background (SIGINT=SIGIGN)		*/
a70582
 
a70582
-long 			bytes_in;			/* Total number of byte from input				*/
a70582
-long 			bytes_out;			/* Total number of byte to output				*/
a70582
+long long bytes_in;			/* Total number of byte from input				*/
a70582
+long long bytes_out;			/* Total number of byte to output				*/
a70582
 
a70582
 /*
a70582
  * 8086 & 80286 Has a problem with array bigger than 64K so fake the array