patch-2.1.16 linux/include/asm-ppc/stat.h
Next file: linux/include/asm-ppc/string.h
Previous file: linux/include/asm-ppc/socket.h
Back to the patch index
Back to the overall index
- Lines: 25
- Date:
Wed Dec 18 10:54:10 1996
- Orig file:
v2.1.15/linux/include/asm-ppc/stat.h
- Orig date:
Mon May 27 12:00:59 1996
diff -u --recursive --new-file v2.1.15/linux/include/asm-ppc/stat.h linux/include/asm-ppc/stat.h
@@ -3,7 +3,7 @@
#include <linux/types.h>
-struct old_stat {
+struct __old_kernel_stat {
unsigned short st_dev;
unsigned short st_ino;
unsigned short st_mode;
@@ -16,8 +16,7 @@
unsigned long st_mtime;
unsigned long st_ctime;
};
-
-struct new_stat {
+struct stat {
dev_t st_dev;
ino_t st_ino;
mode_t st_mode;
@@ -37,5 +36,4 @@
unsigned long __unused4;
unsigned long __unused5;
};
-
#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov