diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-12-06 07:42:04 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-12-06 07:42:04 +0000 |
commit | 356b6dbf8674cea50da27cd78a9c52fe2fcad9a0 (patch) | |
tree | 139eb2c9d6e7af6423a492d479f0036c7c31171c /include/applets.h | |
parent | 0ee0a8d5396c9da17ba47991715da3ff8ea484f1 (diff) | |
download | busybox-w32-356b6dbf8674cea50da27cd78a9c52fe2fcad9a0.tar.gz busybox-w32-356b6dbf8674cea50da27cd78a9c52fe2fcad9a0.tar.bz2 busybox-w32-356b6dbf8674cea50da27cd78a9c52fe2fcad9a0.zip |
Patch from Steve Merrifield <steve@labyrinth.net.au> to
fixup the merge of the time applet, which I messed up.
-Erik
Diffstat (limited to 'include/applets.h')
-rw-r--r-- | include/applets.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/applets.h b/include/applets.h index 0b9069497..b543de1bc 100644 --- a/include/applets.h +++ b/include/applets.h | |||
@@ -437,7 +437,7 @@ | |||
437 | #ifdef CONFIG_TFTP | 437 | #ifdef CONFIG_TFTP |
438 | APPLET(tftp, tftp_main, _BB_DIR_USR_BIN) | 438 | APPLET(tftp, tftp_main, _BB_DIR_USR_BIN) |
439 | #endif | 439 | #endif |
440 | #ifdef BB_TIME | 440 | #ifdef CONFIG_TIME |
441 | APPLET(time, time_main, _BB_DIR_USR_BIN) | 441 | APPLET(time, time_main, _BB_DIR_USR_BIN) |
442 | #endif | 442 | #endif |
443 | #ifdef CONFIG_TOUCH | 443 | #ifdef CONFIG_TOUCH |