diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1997-01-07 02:33:00 +0000 |
---|---|---|
committer | <ralf@linux-mips.org> | 1997-01-07 02:33:00 +0000 |
commit | beb116954b9b7f3bb56412b2494b562f02b864b1 (patch) | |
tree | 120e997879884e1b9d93b265221b939d2ef1ade1 /include/asm-i386/stat.h | |
parent | 908d4681a1dc3792ecafbe64265783a86c4cccb6 (diff) |
Import of Linux/MIPS 2.1.14
Diffstat (limited to 'include/asm-i386/stat.h')
-rw-r--r-- | include/asm-i386/stat.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-i386/stat.h b/include/asm-i386/stat.h index b4c648695..08132a76a 100644 --- a/include/asm-i386/stat.h +++ b/include/asm-i386/stat.h @@ -1,7 +1,7 @@ #ifndef _I386_STAT_H #define _I386_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 @@ struct old_stat { unsigned long st_ctime; }; -struct new_stat { +struct stat { unsigned short st_dev; unsigned short __pad1; unsigned long st_ino; |