patch-2.1.12 linux/include/asm-m68k/stat.h
Next file: linux/include/asm-m68k/uaccess.h
Previous file: linux/include/asm-m68k/sigcontext.h
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Fri Nov 22 15:56:36 1996
- Orig file:
v2.1.11/linux/include/asm-m68k/stat.h
- Orig date:
Wed Dec 27 22:47:26 1995
diff -u --recursive --new-file v2.1.11/linux/include/asm-m68k/stat.h linux/include/asm-m68k/stat.h
@@ -1,7 +1,7 @@
#ifndef _M68K_STAT_H
#define _M68K_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