From: Karel Zak Date: Fri, 12 Dec 2014 10:58:04 +0000 (+0100) Subject: btrfs-progs: fix typedef X-Git-Tag: upstream/4.16.1~2525 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7a9fcccfd2d8d4f02a375397d0ed55a27cd20d78;p=platform%2Fupstream%2Fbtrfs-progs.git btrfs-progs: fix typedef Signed-off-by: Karel Zak Signed-off-by: David Sterba --- diff --git a/kerncompat.h b/kerncompat.h index 8afadc8..5c1cca9 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