From 7a9fcccfd2d8d4f02a375397d0ed55a27cd20d78 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Fri, 12 Dec 2014 11:58:04 +0100 Subject: btrfs-progs: fix typedef Signed-off-by: Karel Zak Signed-off-by: David Sterba --- kerncompat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kerncompat.h') 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 -- cgit v1.2.3