[git commit master] include/fix_u32.h: fix trivial compile breakage :(

Denys Vlasenko vda.linux at googlemail.com
Mon Mar 8 20:53:45 UTC 2010


commit: http://git.busybox.net/busybox/commit/?id=c77e478af4587e75e9be20d4c4c73e354fe47943
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 include/fix_u32.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/fix_u32.h b/include/fix_u32.h
index f1ff3bf..5652e9e 100644
--- a/include/fix_u32.h
+++ b/include/fix_u32.h
@@ -19,12 +19,12 @@
 #undef s16
 #undef s8
 
-#define __u64 bb_hack_u64
+#define __u64 bb_hack___u64
 #define u64 bb_hack_u64
 #define u32 bb_hack_u32
 #define u16 bb_hack_u16
 #define u8  bb_hack_u8
-#define __s64 bb_hack_s64
+#define __s64 bb_hack___s64
 #define s64 bb_hack_s64
 #define s32 bb_hack_s32
 #define s16 bb_hack_s16
-- 
1.6.3.3



More information about the busybox-cvs mailing list