diff options
author | Erik Andersen | 2000-04-25 23:24:55 +0000 |
---|---|---|
committer | Erik Andersen | 2000-04-25 23:24:55 +0000 |
commit | 227a59b05d6df9b4be5990915646249d6f548822 (patch) | |
tree | 36b29c39d4740003b9b77c098a634bac8a6dcb45 /busybox.def.h | |
parent | f93a95de6960b1d1977a934aafd3e9a8b8ea1765 (diff) | |
download | busybox-227a59b05d6df9b4be5990915646249d6f548822.zip busybox-227a59b05d6df9b4be5990915646249d6f548822.tar.gz |
Several more updates
-Erik
Diffstat (limited to 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/busybox.def.h b/busybox.def.h index 77ee5b0..3012b0c 100644 --- a/busybox.def.h +++ b/busybox.def.h @@ -52,12 +52,13 @@ #define BB_LS #define BB_LSMOD #define BB_MAKEDEVS -#define BB_MKFS_MINIX #define BB_MATH #define BB_MKDIR #define BB_MKFIFO +#define BB_MKFS_MINIX #define BB_MKNOD #define BB_MKSWAP +#define BB_MKTEMP #define BB_MNC #define BB_MORE #define BB_MOUNT |