patch-2.4.0-test6 linux/include/asm-m68k/stat.h

Next file: linux/include/asm-m68k/system.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.0-test5/linux/include/asm-m68k/stat.h linux/include/asm-m68k/stat.h
@@ -42,10 +42,11 @@
  * insane amounts of padding around dev_t's.
  */
 struct stat64 {
+	unsigned char	__pad0[6];
 	unsigned short	st_dev;
-	unsigned char	__pad0[10];
 
-	unsigned long	st_ino;
+	unsigned long long	st_ino;
+
 	unsigned int	st_mode;
 	unsigned int	st_nlink;
 

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