patch-pre2.0.11 linux/include/asm-sparc/statfs.h
Next file: linux/include/linux/interrupt.h
Previous file: linux/include/asm-sparc/posix_types.h
Back to the patch index
Back to the overall index
- Lines: 26
- Date:
Mon Jun 3 10:09:14 1996
- Orig file:
pre2.0.10/linux/include/asm-sparc/statfs.h
- Orig date:
Sat Nov 25 04:32:55 1995
diff -u --recursive --new-file pre2.0.10/linux/include/asm-sparc/statfs.h linux/include/asm-sparc/statfs.h
@@ -2,9 +2,13 @@
#ifndef _SPARC_STATFS_H
#define _SPARC_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;
@@ -14,7 +18,7 @@
long f_bavail;
long f_files;
long f_ffree;
- fsid_t f_fsid;
+ __kernel_fsid_t f_fsid;
long f_namelen; /* SunOS ignores this field. */
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