patch-pre2.0.11 linux/include/asm-i386/statfs.h
Next file: linux/include/asm-m68k/posix_types.h
Previous file: linux/include/asm-i386/posix_types.h
Back to the patch index
Back to the overall index
- Lines: 26
- Date:
Mon Jun 3 10:09:13 1996
- Orig file:
pre2.0.10/linux/include/asm-i386/statfs.h
- Orig date:
Sat Jun 10 18:35:54 1995
diff -u --recursive --new-file pre2.0.10/linux/include/asm-i386/statfs.h linux/include/asm-i386/statfs.h
@@ -1,9 +1,13 @@
#ifndef _I386_STATFS_H
#define _I386_STATFS_H
-typedef struct {
- long val[2];
-} fsid_t;
+#ifndef __KERNEL_STRICT_NAMES
+
+#include <linux/types.h>
+
+typedef __kernel_fsid_t fsid_t;
+
+#endif
struct statfs {
long f_type;
@@ -13,7 +17,7 @@
long f_bavail;
long f_files;
long f_ffree;
- fsid_t f_fsid;
+ __kernel_fsid_t f_fsid;
long f_namelen;
long f_spare[6];
};
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this