From 8d4c397d9d551a9a91f0855e1ca48a5ed4130e7d Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 9 Mar 2001 21:28:09 +0000 Subject: Patch from Jeff Garzik marking a few 'getopt not needed' apps. --- coreutils/whoami.c | 2 ++ coreutils/yes.c | 2 ++ 2 files changed, 4 insertions(+) (limited to 'coreutils') diff --git a/coreutils/whoami.c b/coreutils/whoami.c index 0bbb54b..c3b1140 100644 --- a/coreutils/whoami.c +++ b/coreutils/whoami.c @@ -20,6 +20,8 @@ * */ +/* getopt not needed */ + #include #include #include diff --git a/coreutils/yes.c b/coreutils/yes.c index ad7b98f..7d9596d 100644 --- a/coreutils/yes.c +++ b/coreutils/yes.c @@ -20,6 +20,8 @@ * */ +/* getopt not needed */ + #include #include #include "busybox.h" -- cgit v1.1