aboutsummaryrefslogtreecommitdiffstats
path: root/old/xenolinux-2.4.16-sparse/include/asm-xeno/statfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'old/xenolinux-2.4.16-sparse/include/asm-xeno/statfs.h')
-rw-r--r--old/xenolinux-2.4.16-sparse/include/asm-xeno/statfs.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/old/xenolinux-2.4.16-sparse/include/asm-xeno/statfs.h b/old/xenolinux-2.4.16-sparse/include/asm-xeno/statfs.h
deleted file mode 100644
index 113d5d428a..0000000000
--- a/old/xenolinux-2.4.16-sparse/include/asm-xeno/statfs.h
+++ /dev/null
@@ -1,25 +0,0 @@
-#ifndef _I386_STATFS_H
-#define _I386_STATFS_H
-
-#ifndef __KERNEL_STRICT_NAMES
-
-#include <linux/types.h>
-
-typedef __kernel_fsid_t fsid_t;
-
-#endif
-
-struct statfs {
- long f_type;
- long f_bsize;
- long f_blocks;
- long f_bfree;
- long f_bavail;
- long f_files;
- long f_ffree;
- __kernel_fsid_t f_fsid;
- long f_namelen;
- long f_spare[6];
-};
-
-#endif