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

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

diff -u --recursive --new-file v2.4.0-test5/linux/include/asm-ppc/stat.h linux/include/asm-ppc/stat.h
@@ -42,8 +42,7 @@
  */
 struct stat64 {
 	unsigned long long st_dev; 	/* Device.  */
-	unsigned short int __pad1;
-	unsigned long st_ino;		/* File serial number.  */
+	unsigned long long st_ino;	/* File serial number.  */
 	unsigned int st_mode;		/* File mode.  */
 	unsigned int st_nlink;		/* Link count.  */
 	unsigned int st_uid;		/* User ID of the file's owner.  */

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