diff options
author | Eric Andersen | 1999-10-19 16:39:10 +0000 |
---|---|---|
committer | Eric Andersen | 1999-10-19 16:39:10 +0000 |
commit | a3f09076ef5e9a2c26b4d0728cd066bba6c474e4 (patch) | |
tree | fb94f1b8f63af5d4aaf961449ffc1aa05fefe3d7 /busybox.def.h | |
parent | 3e0fbae15eca940c70075c8eade3f2c735fa34b6 (diff) | |
download | busybox-a3f09076ef5e9a2c26b4d0728cd066bba6c474e4.zip busybox-a3f09076ef5e9a2c26b4d0728cd066bba6c474e4.tar.gz |
More stuff
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 e379168..68d1ec0 100644 --- a/busybox.def.h +++ b/busybox.def.h @@ -14,7 +14,6 @@ #define BB_DF #define BB_DMESG //#define BB_DUTMP -#define BB_FALSE #define BB_FDFLUSH #define BB_FIND #define BB_GREP @@ -46,7 +45,7 @@ #define BB_SYNC #define BB_TAR #define BB_TOUCH -#define BB_TRUE +#define BB_TRUE_FALSE #define BB_UMOUNT #define BB_UPDATE #define BB_UTILITY |