Blame SOURCES/ncompress-4.2.4.4-2GB.patch

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