From 19c9bba94152148523ba0f7ef7cffe3d45656b11 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Tue, 29 Apr 1997 21:13:14 +0000 Subject: Import of Linux/MIPS 2.1.36 --- include/asm-ppc/stat.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'include/asm-ppc/stat.h') diff --git a/include/asm-ppc/stat.h b/include/asm-ppc/stat.h index 462cfa0cd..1c2d42966 100644 --- a/include/asm-ppc/stat.h +++ b/include/asm-ppc/stat.h @@ -3,7 +3,7 @@ #include -struct old_stat { +struct __old_kernel_stat { unsigned short st_dev; unsigned short st_ino; unsigned short st_mode; @@ -16,8 +16,7 @@ struct old_stat { unsigned long st_mtime; unsigned long st_ctime; }; - -struct new_stat { +struct stat { dev_t st_dev; ino_t st_ino; mode_t st_mode; @@ -37,5 +36,4 @@ struct new_stat { unsigned long __unused4; unsigned long __unused5; }; - #endif -- cgit v1.2.3