patch-1.3.78 linux/include/asm-alpha/statfs.h
Next file: linux/include/asm-alpha/termbits.h
Previous file: linux/include/asm-alpha/sockios.h
Back to the patch index
Back to the overall index
- Lines: 26
- Date:
Sun Mar 24 12:09:37 1996
- Orig file:
v1.3.77/linux/include/asm-alpha/statfs.h
- Orig date:
Fri Jun 2 13:51:17 1995
diff -u --recursive --new-file v1.3.77/linux/include/asm-alpha/statfs.h linux/include/asm-alpha/statfs.h
@@ -1,9 +1,13 @@
#ifndef _ALPHA_STATFS_H
#define _ALPHA_STATFS_H
-typedef struct {
- int val[2];
-} fsid_t;
+#ifndef _LINUX_TYPES_DONT_EXPORT
+
+#include <linux/posix_types.h>
+
+typedef __fsid_t fsid_t;
+
+#endif
/*
* The OSF/1 statfs structure is much larger, but this should
@@ -19,7 +23,7 @@
int f_bavail;
int f_files;
int f_ffree;
- fsid_t f_fsid;
+ __fsid_t f_fsid;
/* linux-specific entries start here.. */
int f_namelen;
};
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