diff options
author | Eric Andersen | 1999-11-13 04:47:09 +0000 |
---|---|---|
committer | Eric Andersen | 1999-11-13 04:47:09 +0000 |
commit | b6a44b8d39b7834ab9f6c43938f4b58f135e846e (patch) | |
tree | d9bd903d4e30ea4faf1977a514853c5aac83690c /busybox.def.h | |
parent | eded54bd96ed0394844f9ba23c5ab54dff8a917f (diff) | |
download | busybox-b6a44b8d39b7834ab9f6c43938f4b58f135e846e.zip busybox-b6a44b8d39b7834ab9f6c43938f4b58f135e846e.tar.gz |
updates for the day
Diffstat (limited to 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/busybox.def.h b/busybox.def.h index 5896861..6e2b818 100644 --- a/busybox.def.h +++ b/busybox.def.h @@ -17,7 +17,7 @@ //#define BB_FDFLUSH #define BB_FIND #define BB_FSCK_MINIX -//#define BB_MKFS_MINIX +#define BB_MKFS_MINIX #define BB_CHVT #define BB_DEALLOCVT #define BB_GREP @@ -34,7 +34,7 @@ #define BB_MKDIR #define BB_MKNOD #define BB_MKSWAP -//#define BB_MNC +#define BB_MNC #define BB_MORE #define BB_MOUNT //#define BB_MT @@ -54,7 +54,7 @@ #define BB_SYNC #define BB_TAR #define BB_TOUCH -//#define BB_TRUE_FALSE // Supplied by ash +#define BB_TRUE_FALSE #define BB_UMOUNT #define BB_UPDATE #define BB_UNAME |