summaryrefslogtreecommitdiffstats
path: root/include/asm-sparc64/stat.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-sparc64/stat.h')
-rw-r--r--include/asm-sparc64/stat.h52
1 files changed, 1 insertions, 51 deletions
diff --git a/include/asm-sparc64/stat.h b/include/asm-sparc64/stat.h
index 05853d3b5..f726bd5a0 100644
--- a/include/asm-sparc64/stat.h
+++ b/include/asm-sparc64/stat.h
@@ -1,4 +1,4 @@
-/* $Id: stat.h,v 1.4 1998/02/06 12:52:14 jj Exp $ */
+/* $Id: stat.h,v 1.5 1998/07/26 05:24:41 davem Exp $ */
#ifndef _SPARC64_STAT_H
#define _SPARC64_STAT_H
@@ -42,54 +42,4 @@ struct stat {
unsigned long __unused4[2];
};
-typedef __u64 __new_dev_t;
-
-struct stat64 {
- __new_dev_t st_dev;
- __u64 st_ino;
- __u32 st_mode;
- __u32 st_nlink;
- __s32 st_uid;
- __s32 st_gid;
- __new_dev_t st_rdev;
- __s64 st_size;
- struct timespec st_atim;
- struct timespec st_mtim;
- struct timespec st_ctim;
- int st_blksize;
- long st_blocks;
- char st_fstype[16];
-};
-
-struct stat64_32 {
- __new_dev_t st_dev;
- __u64 st_ino;
- __u32 st_mode;
- __u32 st_nlink;
- __s32 st_uid;
- __s32 st_gid;
- __new_dev_t st_rdev;
- __s64 st_size;
- __u64 st_blocks;
- __s32 st_atime;
- __u32 __unused1;
- __s32 st_mtime;
- __u32 __unused2;
- __s32 st_ctime;
- __u32 __unused3;
- __u32 st_blksize;
- __u32 __unused4;
-};
-
-#define __XSTAT_VER_1 1
-#define __XSTAT_VER_2 2
-#define __XSTAT_VER_MASK 0xff
-
-#define __XSTAT_VER_XSTAT 0x000
-#define __XSTAT_VER_LXSTAT 0x100
-#define __XSTAT_VER_FXSTAT 0x200
-#define __XSTAT_VER_TYPEMASK 0xff00
-
-#define __XMKNOD_VER_1 1
-
#endif