From 72e1212ad8a89eee70f65e469d58e79553db574c Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 22 Oct 2002 19:19:13 +0000 Subject: vodz writes: Oops... Last patch 63 have small typo (stable/devel) mixing. Attached patch removing lines from TODO also :) --- include/applets.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/applets.h b/include/applets.h index de393be8f..75f5436b0 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 -- cgit v1.2.3