Changed an int into a short

This commit is contained in:
ceriel 1991-06-06 11:47:23 +00:00
parent 44fda8e7d0
commit e6a017827e

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;
};