projects
/
platform
/
upstream
/
btrfs-progs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f9d8b1
)
btrfs-progs: fix typedef
author
Karel Zak
<kzak@redhat.com>
Fri, 12 Dec 2014 10:58:04 +0000
(11:58 +0100)
committer
David Sterba
<dsterba@suse.cz>
Wed, 17 Dec 2014 14:13:47 +0000
(15:13 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
Signed-off-by: David Sterba <dsterba@suse.cz>
kerncompat.h
patch
|
blob
|
history
diff --git
a/kerncompat.h
b/kerncompat.h
index
8afadc8
..
5c1cca9
100644
(file)
--- 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