From: Denys Vlasenko Date: Thu, 18 Mar 2010 13:38:21 +0000 (+0100) Subject: libbb/loop: comment out u32 hack X-Git-Tag: 1_17_0~402 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=98f1dc12f1554aca6c3743bec1c3d8982a077f7c;p=oweals%2Fbusybox.git libbb/loop: comment out u32 hack Signed-off-by: Denys Vlasenko --- diff --git a/libbb/loop.c b/libbb/loop.c index 7a551a41b..abf05dc4f 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 typedef struct loop_info64 bb_loop_info; # define BB_LOOP_SET_STATUS LOOP_SET_STATUS64