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 @@ /* Some useful definitions */ #define FALSE ((int) 0) #define TRUE ((int) 1) +#define SKIP ((int) 2) /* for mtab.c */ #define MTAB_GETMOUNTPT '1' |