diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-08-09 22:04:42 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-08-09 22:04:42 +0000 |
commit | 7d5f5b48b656309ddb06aa3db34fd7d66c9624d2 (patch) | |
tree | 84f564bba602c08c7d0faedb22b2ad3f8f48ebd1 /include/asm-mips/stat.h | |
parent | 271bfee2be2ff15ab3ae997119248714985562dd (diff) |
Kill st_fstype member.
Diffstat (limited to 'include/asm-mips/stat.h')
-rw-r--r-- | include/asm-mips/stat.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/asm-mips/stat.h b/include/asm-mips/stat.h index aa7722afc..f50a2075b 100644 --- a/include/asm-mips/stat.h +++ b/include/asm-mips/stat.h @@ -44,8 +44,7 @@ struct stat { long reserved2; long st_blksize; long st_blocks; - char st_fstype[16]; /* Filesystem type name */ - long st_pad4[10]; + long st_pad4[14]; }; /* |