diff options
Diffstat (limited to 'fs/btrfs/kerncompat.h')
-rw-r--r-- | fs/btrfs/kerncompat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/kerncompat.h b/fs/btrfs/kerncompat.h index 347ca06205c2..f5efc5f0fff0 100644 --- a/fs/btrfs/kerncompat.h +++ b/fs/btrfs/kerncompat.h | |||
@@ -15,7 +15,7 @@ | |||
15 | #define BUG() abort() | 15 | #define BUG() abort() |
16 | 16 | ||
17 | typedef unsigned int u32; | 17 | typedef unsigned int u32; |
18 | typedef unsigned long u64; | 18 | typedef unsigned long long u64; |
19 | typedef unsigned char u8; | 19 | typedef unsigned char u8; |
20 | typedef unsigned short u16; | 20 | typedef unsigned short u16; |
21 | 21 | ||