diff options
Diffstat (limited to 'libbb')
| -rw-r--r-- | libbb/loop.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libbb/loop.c b/libbb/loop.c index 1156cefc0..fdd23f803 100644 --- a/libbb/loop.c +++ b/libbb/loop.c | |||
| @@ -32,9 +32,7 @@ | |||
| 32 | #include <linux/version.h> | 32 | #include <linux/version.h> |
| 33 | #include <asm/posix_types.h> | 33 | #include <asm/posix_types.h> |
| 34 | 34 | ||
| 35 | #if LINUX_VERSION_CODE >= 132608 | 35 | #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0) |
| 36 | #define __bb_kernel_dev_t __kernel_old_dev_t | ||
| 37 | #elif LINUX_VERSION_CODE >= 0x20600 | ||
| 38 | #define __bb_kernel_dev_t __kernel_dev_t | 36 | #define __bb_kernel_dev_t __kernel_dev_t |
| 39 | #else | 37 | #else |
| 40 | #define __bb_kernel_dev_t unsigned short | 38 | #define __bb_kernel_dev_t unsigned short |
