aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/zipfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/java/zipfile.h')
-rw-r--r--gcc/java/zipfile.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/java/zipfile.h b/gcc/java/zipfile.h
index 172829c..bf76a2a 100644
--- a/gcc/java/zipfile.h
+++ b/gcc/java/zipfile.h
@@ -35,10 +35,10 @@ struct ZipDirectory {
int direntry_size;
int filename_offset;
int compression_method;
- long size; /* length of file */
- long uncompressed_size; /* length of uncompressed data */
- long filestart; /* start of file in archive */
- long filename_length;
+ unsigned size; /* length of file */
+ unsigned uncompressed_size; /* length of uncompressed data */
+ unsigned filestart; /* start of file in archive */
+ int filename_length;
/* char mid_padding[...]; */
/* char filename[filename_length]; */
/* char end_padding[...]; */