diff options
Diffstat (limited to 'libbb')
-rw-r--r-- | libbb/loop.c | 3 |
1 files changed, 2 insertions, 1 deletions
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 @@ | |||
13 | #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0) | 13 | #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0) |
14 | 14 | ||
15 | /* For 2.6, use the cleaned up header to get the 64 bit API. */ | 15 | /* For 2.6, use the cleaned up header to get the 64 bit API. */ |
16 | # include "fix_u32.h" /* some old toolchains need __u64 for linux/loop.h */ | 16 | // Commented out per Rob's request |
17 | //# include "fix_u32.h" /* some old toolchains need __u64 for linux/loop.h */ | ||
17 | # include <linux/loop.h> | 18 | # include <linux/loop.h> |
18 | typedef struct loop_info64 bb_loop_info; | 19 | typedef struct loop_info64 bb_loop_info; |
19 | # define BB_LOOP_SET_STATUS LOOP_SET_STATUS64 | 20 | # define BB_LOOP_SET_STATUS LOOP_SET_STATUS64 |