patch-2.1.1 linux/include/asm-alpha/stat.h
Next file: linux/include/asm-i386/segment.h
Previous file: linux/include/asm-alpha/sigcontext.h
Back to the patch index
Back to the overall index
-  Lines: 18
-  Date:
Mon Sep 30 17:42:43 1996
-  Orig file: 
v2.1.0/linux/include/asm-alpha/stat.h
-  Orig date: 
Fri Apr 12 09:49:44 1996
diff -u --recursive --new-file v2.1.0/linux/include/asm-alpha/stat.h linux/include/asm-alpha/stat.h
@@ -1,7 +1,7 @@
 #ifndef _ALPHA_STAT_H
 #define _ALPHA_STAT_H
 
-struct old_stat {
+struct __old_kernel_stat {
 	unsigned int	st_dev;
 	unsigned int	st_ino;
 	unsigned int	st_mode;
@@ -19,7 +19,7 @@
 	unsigned int	st_gen;
 };
 
-struct new_stat {
+struct stat {
 	unsigned int	st_dev;
 	unsigned int	st_ino;
 	unsigned int	st_mode;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov