patch-2.1.9 linux/include/asm-sparc/stat.h
Next file: linux/include/asm-sparc/statfs.h
Previous file: linux/include/asm-sparc/smpprim.h
Back to the patch index
Back to the overall index
- Lines: 22
- Date:
Sat Nov 9 21:39:35 1996
- Orig file:
v2.1.8/linux/include/asm-sparc/stat.h
- Orig date:
Sat Nov 25 04:32:53 1995
diff -u --recursive --new-file v2.1.8/linux/include/asm-sparc/stat.h linux/include/asm-sparc/stat.h
@@ -1,10 +1,10 @@
-/* $Id: stat.h,v 1.6 1995/11/25 02:32:53 davem Exp $ */
+/* $Id: stat.h,v 1.7 1996/10/27 08:55:48 davem Exp $ */
#ifndef _SPARC_STAT_H
#define _SPARC_STAT_H
#include <linux/types.h>
-struct old_stat {
+struct __old_kernel_stat {
unsigned short st_dev;
unsigned short st_ino;
unsigned short st_mode;
@@ -18,7 +18,7 @@
unsigned long st_ctime;
};
-struct new_stat {
+struct stat {
dev_t st_dev;
ino_t st_ino;
mode_t st_mode;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov