Patch from Jeff Garzik marking a few 'getopt not needed' apps.
authorEric Andersen <andersen@codepoet.org>
Fri, 9 Mar 2001 21:28:09 +0000 (21:28 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 9 Mar 2001 21:28:09 +0000 (21:28 -0000)
coreutils/whoami.c
coreutils/yes.c
findutils/which.c
miscutils/watchdog.c
true_false.c
watchdog.c
which.c
whoami.c
yes.c

index 0bbb54b7b2abaf594d844e0ac7ff3043cf4fa339..c3b1140e6c940ddd40460eb7900cb5fcf90bf11d 100644 (file)
@@ -20,6 +20,8 @@
  *
  */
 
+/* getopt not needed */
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
index ad7b98f8418d370e749cfa4c112ca562ada60cc4..7d9596d0bf72156b53426ec0013254a6fdd127a1 100644 (file)
@@ -20,6 +20,8 @@
  *
  */
 
+/* getopt not needed */
+
 #include <stdio.h>
 #include <stdlib.h>
 #include "busybox.h"
index f9d51f2f33836382be0f18898ae61dbd0854857e..1d75244654571c73923d20a97c0aa4473cab74fc 100644 (file)
@@ -21,6 +21,7 @@
  *
  */
 
+/* getopt not needed */
 #include <string.h>
 #include <stdio.h>
 #include <stdlib.h>
index 5b5fd6953417941bfc5a64e8828fdbebcdef458e..f0b0ebd0ef12092cc48e509b3273391cd87a7d99 100644 (file)
@@ -20,6 +20,8 @@
  *
  */
 
+/* getopt not needed */
+
 #include <stdio.h>
 #include <fcntl.h>
 #include <unistd.h>
index 47d3bb1e4dbe02f649e6041e24478755b259a99d..76183431c5ed8981020162f507f62bf15abbdea4 100644 (file)
@@ -22,6 +22,8 @@
  *
  */
 
+/* getopt not needed */
+
 #include <stdlib.h>
 #include "busybox.h"
 
index 5b5fd6953417941bfc5a64e8828fdbebcdef458e..f0b0ebd0ef12092cc48e509b3273391cd87a7d99 100644 (file)
@@ -20,6 +20,8 @@
  *
  */
 
+/* getopt not needed */
+
 #include <stdio.h>
 #include <fcntl.h>
 #include <unistd.h>
diff --git a/which.c b/which.c
index f9d51f2f33836382be0f18898ae61dbd0854857e..1d75244654571c73923d20a97c0aa4473cab74fc 100644 (file)
--- a/which.c
+++ b/which.c
@@ -21,6 +21,7 @@
  *
  */
 
+/* getopt not needed */
 #include <string.h>
 #include <stdio.h>
 #include <stdlib.h>
index 0bbb54b7b2abaf594d844e0ac7ff3043cf4fa339..c3b1140e6c940ddd40460eb7900cb5fcf90bf11d 100644 (file)
--- a/whoami.c
+++ b/whoami.c
@@ -20,6 +20,8 @@
  *
  */
 
+/* getopt not needed */
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
diff --git a/yes.c b/yes.c
index ad7b98f8418d370e749cfa4c112ca562ada60cc4..7d9596d0bf72156b53426ec0013254a6fdd127a1 100644 (file)
--- a/yes.c
+++ b/yes.c
@@ -20,6 +20,8 @@
  *
  */
 
+/* getopt not needed */
+
 #include <stdio.h>
 #include <stdlib.h>
 #include "busybox.h"