patch-2.4.14 linux/include/asm-m68k/stat.h

Next file: linux/include/asm-m68k/string.h
Previous file: linux/include/asm-m68k/softirq.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.13/linux/include/asm-m68k/stat.h linux/include/asm-m68k/stat.h
@@ -44,7 +44,7 @@
 struct stat64 {
 	unsigned char	__pad0[6];
 	unsigned short	st_dev;
-	unsigned char	__pad1[4];
+	unsigned char	__pad1[2];
 
 #define STAT64_HAS_BROKEN_ST_INO	1
 	unsigned long	__st_ino;
@@ -57,7 +57,7 @@
 
 	unsigned char	__pad2[6];
 	unsigned short	st_rdev;
-	unsigned char	__pad3[4];
+	unsigned char	__pad3[2];
 
 	long long	st_size;
 	unsigned long	st_blksize;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)