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

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