mirror of https://github.com/mirror/busybox.git
Revert my previous commit
parent
d9670461c4
commit
774e6cc29c
|
@ -31,10 +31,11 @@
|
|||
* so we get to try and cope as best we can... */
|
||||
#include <linux/version.h>
|
||||
#include <asm/posix_types.h>
|
||||
#if LINUX_VERSION_CODE >= 0x20600
|
||||
#define __bb_kernel_dev_t __kernel_dev_t
|
||||
#elif LINUX_VERSION_CODE >= 132608
|
||||
|
||||
#if LINUX_VERSION_CODE >= 132608
|
||||
#define __bb_kernel_dev_t __kernel_old_dev_t
|
||||
#elif LINUX_VERSION_CODE >= 0x20600
|
||||
#define __bb_kernel_dev_t __kernel_dev_t
|
||||
#else
|
||||
#define __bb_kernel_dev_t unsigned short
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue