patch-2.1.1 linux/include/asm-i386/stat.h
Next file: linux/include/asm-i386/unistd.h
Previous file: linux/include/asm-i386/sigcontext.h
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Mon Sep 30 17:42:31 1996
- Orig file:
v2.1.0/linux/include/asm-i386/stat.h
- Orig date:
Sat Jun 10 18:35:54 1995
diff -u --recursive --new-file v2.1.0/linux/include/asm-i386/stat.h linux/include/asm-i386/stat.h
@@ -1,7 +1,7 @@
#ifndef _I386_STAT_H
#define _I386_STAT_H
-struct old_stat {
+struct __old_kernel_stat {
unsigned short st_dev;
unsigned short st_ino;
unsigned short st_mode;
@@ -15,7 +15,7 @@
unsigned long st_ctime;
};
-struct new_stat {
+struct stat {
unsigned short st_dev;
unsigned short __pad1;
unsigned long st_ino;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov