diff options
-rw-r--r-- | ext2fs/ext2_fs.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ext2fs/ext2_fs.h b/ext2fs/ext2_fs.h index 99ce9a3d..86c8a03f 100644 --- a/ext2fs/ext2_fs.h +++ b/ext2fs/ext2_fs.h @@ -16,8 +16,9 @@ #ifndef _LINUX_EXT2_FS_H #define _LINUX_EXT2_FS_H -typedef long u32; -typedef short u16; +typedef unsigned long u32; +typedef unsigned short u16; +typedef unsigned char u8; /* * The second extended filesystem constants/structures |