diff options
-rw-r--r-- | busybox.h | 4 | ||||
-rw-r--r-- | include/busybox.h | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -45,8 +45,8 @@ | |||
45 | 45 | ||
46 | 46 | ||
47 | /* Some useful definitions */ | 47 | /* Some useful definitions */ |
48 | #define FALSE ((int) 1) | 48 | #define FALSE ((int) 0) |
49 | #define TRUE ((int) 0) | 49 | #define TRUE ((int) 1) |
50 | 50 | ||
51 | /* for mtab.c */ | 51 | /* for mtab.c */ |
52 | #define MTAB_GETMOUNTPT '1' | 52 | #define MTAB_GETMOUNTPT '1' |
diff --git a/include/busybox.h b/include/busybox.h index bd8fca53b..4a4f44aea 100644 --- a/include/busybox.h +++ b/include/busybox.h | |||
@@ -45,8 +45,8 @@ | |||
45 | 45 | ||
46 | 46 | ||
47 | /* Some useful definitions */ | 47 | /* Some useful definitions */ |
48 | #define FALSE ((int) 1) | 48 | #define FALSE ((int) 0) |
49 | #define TRUE ((int) 0) | 49 | #define TRUE ((int) 1) |
50 | 50 | ||
51 | /* for mtab.c */ | 51 | /* for mtab.c */ |
52 | #define MTAB_GETMOUNTPT '1' | 52 | #define MTAB_GETMOUNTPT '1' |