patch-2.1.97 linux/include/asm-sparc/stat.h

Next file: linux/include/asm-sparc/string.h
Previous file: linux/include/asm-sparc/softirq.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.96/linux/include/asm-sparc/stat.h linux/include/asm-sparc/stat.h
@@ -1,4 +1,4 @@
-/* $Id: stat.h,v 1.7 1996/10/27 08:55:48 davem Exp $ */
+/* $Id: stat.h,v 1.8 1998/02/06 12:52:07 jj Exp $ */
 #ifndef _SPARC_STAT_H
 #define _SPARC_STAT_H
 
@@ -37,5 +37,41 @@
 	off_t   st_blocks;
 	unsigned long  __unused4[2];
 };
+
+typedef struct {
+	__u32		major;
+	__u32		minor;
+} __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;
+	__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

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov