summaryrefslogtreecommitdiff
path: root/kerncompat.h
diff options
context:
space:
mode:
authorKarel Zak <kzak@redhat.com>2014-12-12 11:58:04 +0100
committerDavid Sterba <dsterba@suse.cz>2014-12-17 15:13:47 +0100
commit7a9fcccfd2d8d4f02a375397d0ed55a27cd20d78 (patch)
tree9b4bc71ad77c3f1a15c39ed3e95fef573695c43f /kerncompat.h
parent4f9d8b1ffafd4ce1bf1c4c805a22bd089ade9861 (diff)
btrfs-progs: fix typedef
Signed-off-by: Karel Zak <kzak@redhat.com> Signed-off-by: David Sterba <dsterba@suse.cz>
Diffstat (limited to 'kerncompat.h')
-rw-r--r--kerncompat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kerncompat.h b/kerncompat.h
index 8afadc88..5c1cca9e 100644
--- a/kerncompat.h
+++ b/kerncompat.h
@@ -123,7 +123,7 @@ typedef unsigned long long u64;
typedef unsigned char u8;
typedef unsigned short u16;
typedef long long s64;
-typedef int s32
+typedef int s32;
#endif