diff options
author | Miles Bader <miles@gnu.org> | 1995-04-14 23:00:38 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1995-04-14 23:00:38 +0000 |
commit | c0ec84450bdd9778d0e7f13fead45d5d99f6bb67 (patch) | |
tree | 182b75f3ce35e28a2e194fc24c42100e42f2de91 /ext2fs | |
parent | b6a01b3fe6324fe6f9405d36e6f80cdb81f0bae4 (diff) |
Formerly ext2_fs.h.~9~
Diffstat (limited to 'ext2fs')
-rw-r--r-- | ext2fs/ext2_fs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext2fs/ext2_fs.h b/ext2fs/ext2_fs.h index 86c8a03f..7b550e33 100644 --- a/ext2fs/ext2_fs.h +++ b/ext2fs/ext2_fs.h @@ -339,14 +339,14 @@ struct ext2_super_block { u32 s_free_inodes_count; /* Free inodes count */ u32 s_first_data_block; /* First Data Block */ u32 s_log_block_size; /* Block size */ - __s32 s_log_frag_size; /* Fragment size */ + s32 s_log_frag_size; /* Fragment size */ u32 s_blocks_per_group; /* # Blocks per group */ u32 s_frags_per_group; /* # Fragments per group */ u32 s_inodes_per_group; /* # Inodes per group */ u32 s_mtime; /* Mount time */ u32 s_wtime; /* Write time */ u16 s_mnt_count; /* Mount count */ - __s16 s_max_mnt_count; /* Maximal mount count */ + s16 s_max_mnt_count; /* Maximal mount count */ u16 s_magic; /* Magic signature */ u16 s_state; /* File system state */ u16 s_errors; /* Behaviour when detecting errors */ |