diff options
Diffstat (limited to 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/busybox.def.h b/busybox.def.h index e37916845..68d1ec021 100644 --- a/busybox.def.h +++ b/busybox.def.h | |||
@@ -14,7 +14,6 @@ | |||
14 | #define BB_DF | 14 | #define BB_DF |
15 | #define BB_DMESG | 15 | #define BB_DMESG |
16 | //#define BB_DUTMP | 16 | //#define BB_DUTMP |
17 | #define BB_FALSE | ||
18 | #define BB_FDFLUSH | 17 | #define BB_FDFLUSH |
19 | #define BB_FIND | 18 | #define BB_FIND |
20 | #define BB_GREP | 19 | #define BB_GREP |
@@ -46,7 +45,7 @@ | |||
46 | #define BB_SYNC | 45 | #define BB_SYNC |
47 | #define BB_TAR | 46 | #define BB_TAR |
48 | #define BB_TOUCH | 47 | #define BB_TOUCH |
49 | #define BB_TRUE | 48 | #define BB_TRUE_FALSE |
50 | #define BB_UMOUNT | 49 | #define BB_UMOUNT |
51 | #define BB_UPDATE | 50 | #define BB_UPDATE |
52 | #define BB_UTILITY | 51 | #define BB_UTILITY |