diff options
Diffstat (limited to 'include/busybox.h')
-rw-r--r-- | include/busybox.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/busybox.h b/include/busybox.h index 442352537..ae256fe7b 100644 --- a/include/busybox.h +++ b/include/busybox.h | |||
@@ -47,6 +47,7 @@ | |||
47 | /* Some useful definitions */ | 47 | /* Some useful definitions */ |
48 | #define FALSE ((int) 0) | 48 | #define FALSE ((int) 0) |
49 | #define TRUE ((int) 1) | 49 | #define TRUE ((int) 1) |
50 | #define SKIP ((int) 2) | ||
50 | 51 | ||
51 | /* for mtab.c */ | 52 | /* for mtab.c */ |
52 | #define MTAB_GETMOUNTPT '1' | 53 | #define MTAB_GETMOUNTPT '1' |