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) |
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 @@ #define BB_SORT #define BB_SWAPONOFF #define BB_SYNC -//#define BB_SYSLOGD +#define BB_SYSLOGD #define BB_TAIL #define BB_TAR #define BB_TEE #define BB_TOUCH #define BB_TRUE_FALSE +#define BB_WC #define BB_UMOUNT #define BB_UNIQ #define BB_UPDATE |