patch-2.4.0-test6 linux/include/asm-i386/stat.h
Next file: linux/include/asm-i386/system.h
Previous file: linux/include/asm-i386/semaphore.h
Back to the patch index
Back to the overall index
- Lines: 21
- Date:
Tue Aug 1 14:08:00 2000
- Orig file:
v2.4.0-test5/linux/include/asm-i386/stat.h
- Orig date:
Mon Dec 20 18:48:22 1999
diff -u --recursive --new-file v2.4.0-test5/linux/include/asm-i386/stat.h linux/include/asm-i386/stat.h
@@ -45,7 +45,9 @@
unsigned short st_dev;
unsigned char __pad0[10];
- unsigned long st_ino;
+#define STAT64_HAS_BROKEN_ST_INO 1
+ unsigned long __st_ino;
+
unsigned int st_mode;
unsigned int st_nlink;
@@ -70,8 +72,7 @@
unsigned long st_ctime;
unsigned long __pad7; /* will be high 32 bits of ctime someday */
- unsigned long __unused1;
- unsigned long __unused2;
+ unsigned long long st_ino;
};
#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)