patch-2.4.0-test12 linux/include/asm-m68k/stat.h
Next file: linux/include/asm-m68k/sun3_pgalloc.h
Previous file: linux/include/asm-m68k/spinlock.h
Back to the patch index
Back to the overall index
- Lines: 40
- Date:
Mon Nov 27 18:00:49 2000
- Orig file:
v2.4.0-test11/linux/include/asm-m68k/stat.h
- Orig date:
Tue Aug 1 14:08:00 2000
diff -u --recursive --new-file v2.4.0-test11/linux/include/asm-m68k/stat.h linux/include/asm-m68k/stat.h
@@ -44,8 +44,10 @@
struct stat64 {
unsigned char __pad0[6];
unsigned short st_dev;
+ unsigned char __pad1[4];
- unsigned long long st_ino;
+#define STAT64_HAS_BROKEN_ST_INO 1
+ unsigned long __st_ino;
unsigned int st_mode;
unsigned int st_nlink;
@@ -53,14 +55,15 @@
unsigned long st_uid;
unsigned long st_gid;
+ unsigned char __pad2[6];
unsigned short st_rdev;
- unsigned char __pad3[10];
+ unsigned char __pad3[4];
long long st_size;
unsigned long st_blksize;
- unsigned long st_blocks; /* Number 512-byte blocks allocated. */
unsigned long __pad4; /* future possible st_blocks high bits */
+ unsigned long st_blocks; /* Number 512-byte blocks allocated. */
unsigned long st_atime;
unsigned long __pad5;
@@ -71,8 +74,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 /* _M68K_STAT_H */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)