diff options
author | erik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-04-25 23:24:55 +0000 |
---|---|---|
committer | erik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-04-25 23:24:55 +0000 |
commit | 2c7baef120eb02dd71fc71c1864a17214036a49f (patch) | |
tree | 36b29c39d4740003b9b77c098a634bac8a6dcb45 /busybox.def.h | |
parent | 7eab88c0e3b38318a666425ae4da73958dd98b8b (diff) | |
download | busybox-w32-2c7baef120eb02dd71fc71c1864a17214036a49f.tar.gz busybox-w32-2c7baef120eb02dd71fc71c1864a17214036a49f.tar.bz2 busybox-w32-2c7baef120eb02dd71fc71c1864a17214036a49f.zip |
Several more updates
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@495 69ca8d6d-28ef-0310-b511-8ec308f3f277
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 77ee5b02a..3012b0cd5 100644 --- a/busybox.def.h +++ b/busybox.def.h | |||
@@ -52,12 +52,13 @@ | |||
52 | #define BB_LS | 52 | #define BB_LS |
53 | #define BB_LSMOD | 53 | #define BB_LSMOD |
54 | #define BB_MAKEDEVS | 54 | #define BB_MAKEDEVS |
55 | #define BB_MKFS_MINIX | ||
56 | #define BB_MATH | 55 | #define BB_MATH |
57 | #define BB_MKDIR | 56 | #define BB_MKDIR |
58 | #define BB_MKFIFO | 57 | #define BB_MKFIFO |
58 | #define BB_MKFS_MINIX | ||
59 | #define BB_MKNOD | 59 | #define BB_MKNOD |
60 | #define BB_MKSWAP | 60 | #define BB_MKSWAP |
61 | #define BB_MKTEMP | ||
61 | #define BB_MNC | 62 | #define BB_MNC |
62 | #define BB_MORE | 63 | #define BB_MORE |
63 | #define BB_MOUNT | 64 | #define BB_MOUNT |