Ver código fonte

Changed an int into a short

ceriel 33 anos atrás
pai
commit
38562ebeb6
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      h/arch.h

+ 1 - 1
h/arch.h

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