Changed an int into a short

This commit is contained in:
ceriel
1991-06-06 11:47:23 +00:00
parent 55cde2572f
commit 38562ebeb6

View File

@@ -15,7 +15,7 @@ struct ar_hdr {
long ar_date;
char ar_uid;
char ar_gid;
int ar_mode;
short ar_mode;
long ar_size;
};