[git commit] remove extra IF_WHO()

Denys Vlasenko vda.linux at googlemail.com
Tue Aug 9 08:28:28 UTC 2011


commit: http://git.busybox.net/busybox/commit/?id=a6367f9faec0f8736f6ff92fbda5c19d4cbc384e
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 include/applets.src.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/include/applets.src.h b/include/applets.src.h
index 2d55ffe..87d9cbb 100644
--- a/include/applets.src.h
+++ b/include/applets.src.h
@@ -409,7 +409,6 @@ IF_WATCHDOG(APPLET(watchdog, BB_DIR_SBIN, BB_SUID_DROP))
 IF_WC(APPLET(wc, BB_DIR_USR_BIN, BB_SUID_DROP))
 IF_WGET(APPLET(wget, BB_DIR_USR_BIN, BB_SUID_DROP))
 IF_WHICH(APPLET(which, BB_DIR_USR_BIN, BB_SUID_DROP))
-IF_WHO(APPLET(who, BB_DIR_USR_BIN, BB_SUID_DROP))
 IF_WHOAMI(APPLET_NOFORK(whoami, whoami, BB_DIR_USR_BIN, BB_SUID_DROP, whoami))
 IF_UNXZ(APPLET_ODDNAME(xzcat, unxz, BB_DIR_USR_BIN, BB_SUID_DROP, xzcat))
 IF_XZ(APPLET_ODDNAME(xz, unxz, BB_DIR_USR_BIN, BB_SUID_DROP, xz))
-- 
1.7.3.4



More information about the busybox-cvs mailing list