Blame SOURCES/ncompress-4.2.4.4-2GB.patch

995b99
diff --git a/compress42.c b/compress42.c
995b99
index 4d33342..495bdf3 100644
995b99
--- a/compress42.c
995b99
+++ b/compress42.c
995b99
@@ -1373,7 +1373,7 @@ compress(fdin, fdout)
995b99
 		REG11	int			boff;
995b99
 		REG12	int			n_bits;
995b99
 		REG13	int			ratio;
995b99
-		REG14	long		checkpoint;
995b99
+		REG14	unsigned long long	checkpoint;
995b99
 		REG15	code_int	extcode;
995b99
 		union
995b99
 		{