1--- jartool.c.orig 2006-08-07 08:06:23 UTC 2+++ jartool.c 3@@ -313,7 +313,7 @@ int number_of_entries; /* number of entr 4 const char *progname; 5 6 /* The offset of the end of the last zip entry. */ 7-ub4 end_of_entries; 8+off_t end_of_entries; 9 10 /* This is used to mark options with no short value. */ 11 #define LONG_OPT(Num) ((Num) + 128) 12 13