diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-01-13 04:43:48 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-01-13 04:43:48 +0000 |
commit | 05df239ed90584156b820dbf3ede638208eb440f (patch) | |
tree | 990a3d6a9beb21420fae1f7d14886c84a5ce3c12 /busybox.def.h | |
parent | 9a9a261569df0c88038de48eb233890ca189e9c0 (diff) | |
download | busybox-w32-05df239ed90584156b820dbf3ede638208eb440f.tar.gz busybox-w32-05df239ed90584156b820dbf3ede638208eb440f.tar.bz2 busybox-w32-05df239ed90584156b820dbf3ede638208eb440f.zip |
Bug fixes.
-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 834555302..65ed365a5 100644 --- a/busybox.def.h +++ b/busybox.def.h | |||
@@ -72,12 +72,13 @@ | |||
72 | #define BB_SORT | 72 | #define BB_SORT |
73 | #define BB_SWAPONOFF | 73 | #define BB_SWAPONOFF |
74 | #define BB_SYNC | 74 | #define BB_SYNC |
75 | //#define BB_SYSLOGD | 75 | #define BB_SYSLOGD |
76 | #define BB_TAIL | 76 | #define BB_TAIL |
77 | #define BB_TAR | 77 | #define BB_TAR |
78 | #define BB_TEE | 78 | #define BB_TEE |
79 | #define BB_TOUCH | 79 | #define BB_TOUCH |
80 | #define BB_TRUE_FALSE | 80 | #define BB_TRUE_FALSE |
81 | #define BB_WC | ||
81 | #define BB_UMOUNT | 82 | #define BB_UMOUNT |
82 | #define BB_UNIQ | 83 | #define BB_UNIQ |
83 | #define BB_UPDATE | 84 | #define BB_UPDATE |