diff options
author | Eric Andersen | 2002-10-22 19:19:13 +0000 |
---|---|---|
committer | Eric Andersen | 2002-10-22 19:19:13 +0000 |
commit | 72e1212ad8a89eee70f65e469d58e79553db574c (patch) | |
tree | 2dec8f8509ef9d9e2519dff0238d3b9f25196b80 /include | |
parent | f02c26f1ef4777d2f0490d241bb4f465c2bd97a6 (diff) | |
download | busybox-72e1212ad8a89eee70f65e469d58e79553db574c.zip busybox-72e1212ad8a89eee70f65e469d58e79553db574c.tar.gz |
vodz writes:
Oops... Last patch 63 have small typo (stable/devel) mixing.
Attached patch removing lines from TODO also :)
Diffstat (limited to 'include')
-rw-r--r-- | include/applets.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/applets.h b/include/applets.h index de393be..75f5436 100644 --- a/include/applets.h +++ b/include/applets.h @@ -107,10 +107,10 @@ #ifdef CONFIG_CPIO APPLET(cpio, cpio_main, _BB_DIR_BIN, _BB_SUID_NEVER) #endif -#ifdef BB_CROND +#ifdef CONFIG_CROND APPLET(crond, crond_main, _BB_DIR_USR_SBIN) #endif -#ifdef BB_CRONTAB +#ifdef CONFIG_CRONTAB APPLET(crontab, crontab_main, _BB_DIR_USR_BIN) #endif #ifdef CONFIG_CUT |