[git commit master] libbb/loop: comment out u32 hack

Denys Vlasenko vda.linux at googlemail.com
Thu Mar 18 13:38:21 UTC 2010


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

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 libbb/loop.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/libbb/loop.c b/libbb/loop.c
index 7a551a4..abf05dc 100644
--- a/libbb/loop.c
+++ b/libbb/loop.c
@@ -13,7 +13,8 @@
 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0)
 
 /* For 2.6, use the cleaned up header to get the 64 bit API. */
-# include "fix_u32.h" /* some old toolchains need __u64 for linux/loop.h */
+// Commented out per Rob's request
+//# include "fix_u32.h" /* some old toolchains need __u64 for linux/loop.h */
 # include <linux/loop.h>
 typedef struct loop_info64 bb_loop_info;
 # define BB_LOOP_SET_STATUS LOOP_SET_STATUS64
-- 
1.6.3.3



More information about the busybox-cvs mailing list