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 ++ findutils/which.c | 1 + miscutils/watchdog.c | 2 ++ true_false.c | 2 ++ watchdog.c | 2 ++ which.c | 1 + whoami.c | 2 ++ yes.c | 2 ++ 9 files changed, 16 insertions(+) diff --git a/coreutils/whoami.c b/coreutils/whoami.c index 0bbb54b7b..c3b1140e6 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 ad7b98f84..7d9596d0b 100644 --- a/coreutils/yes.c +++ b/coreutils/yes.c @@ -20,6 +20,8 @@ * */ +/* getopt not needed */ + #include #include #include "busybox.h" diff --git a/findutils/which.c b/findutils/which.c index f9d51f2f3..1d7524465 100644 --- a/findutils/which.c +++ b/findutils/which.c @@ -21,6 +21,7 @@ * */ +/* getopt not needed */ #include #include #include diff --git a/miscutils/watchdog.c b/miscutils/watchdog.c index 5b5fd6953..f0b0ebd0e 100644 --- a/miscutils/watchdog.c +++ b/miscutils/watchdog.c @@ -20,6 +20,8 @@ * */ +/* getopt not needed */ + #include #include #include diff --git a/true_false.c b/true_false.c index 47d3bb1e4..76183431c 100644 --- a/true_false.c +++ b/true_false.c @@ -22,6 +22,8 @@ * */ +/* getopt not needed */ + #include #include "busybox.h" diff --git a/watchdog.c b/watchdog.c index 5b5fd6953..f0b0ebd0e 100644 --- a/watchdog.c +++ b/watchdog.c @@ -20,6 +20,8 @@ * */ +/* getopt not needed */ + #include #include #include diff --git a/which.c b/which.c index f9d51f2f3..1d7524465 100644 --- a/which.c +++ b/which.c @@ -21,6 +21,7 @@ * */ +/* getopt not needed */ #include #include #include diff --git a/whoami.c b/whoami.c index 0bbb54b7b..c3b1140e6 100644 --- a/whoami.c +++ b/whoami.c @@ -20,6 +20,8 @@ * */ +/* getopt not needed */ + #include #include #include diff --git a/yes.c b/yes.c index ad7b98f84..7d9596d0b 100644 --- a/yes.c +++ b/yes.c @@ -20,6 +20,8 @@ * */ +/* getopt not needed */ + #include #include #include "busybox.h" -- cgit v1.2.3