Added some more '/* getopt not needed */' lines.
authorMark Whitley <markw@lineo.com>
Fri, 9 Mar 2001 23:59:51 +0000 (23:59 -0000)
committerMark Whitley <markw@lineo.com>
Fri, 9 Mar 2001 23:59:51 +0000 (23:59 -0000)
12 files changed:
basename.c
chvt.c
console-tools/chvt.c
coreutils/basename.c
coreutils/dirname.c
coreutils/expr.c
dirname.c
expr.c
free.c
procps/free.c
procps/uptime.c
uptime.c

index da0b7ec..e98197d 100644 (file)
@@ -21,6 +21,8 @@
  *
  */
 
+/* getopt not needed */
+
 #include <stdlib.h>
 #include "busybox.h"
 #include <string.h>
diff --git a/chvt.c b/chvt.c
index c4b3639..c76e9c7 100644 (file)
--- a/chvt.c
+++ b/chvt.c
@@ -4,6 +4,9 @@
  *
  * busyboxed by Erik Andersen
  */
+
+/* getopt not needed */
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <fcntl.h>
index c4b3639..c76e9c7 100644 (file)
@@ -4,6 +4,9 @@
  *
  * busyboxed by Erik Andersen
  */
+
+/* getopt not needed */
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <fcntl.h>
index da0b7ec..e98197d 100644 (file)
@@ -21,6 +21,8 @@
  *
  */
 
+/* getopt not needed */
+
 #include <stdlib.h>
 #include "busybox.h"
 #include <string.h>
index 7f191c1..8313e99 100644 (file)
@@ -21,6 +21,8 @@
  *
  */
 
+/* getopt not needed */
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
index 3b454bd..10aaa6b 100644 (file)
@@ -33,6 +33,8 @@
  * One function can handle multiple operators all of equal precedence,
  * provided they all associate ((x op x) op x). */
 
+/* no getopt needed */
+
 #include <stdio.h>
 #include <string.h>
 #include <stdlib.h>
index 7f191c1..8313e99 100644 (file)
--- a/dirname.c
+++ b/dirname.c
@@ -21,6 +21,8 @@
  *
  */
 
+/* getopt not needed */
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
diff --git a/expr.c b/expr.c
index 3b454bd..10aaa6b 100644 (file)
--- a/expr.c
+++ b/expr.c
@@ -33,6 +33,8 @@
  * One function can handle multiple operators all of equal precedence,
  * provided they all associate ((x op x) op x). */
 
+/* no getopt needed */
+
 #include <stdio.h>
 #include <string.h>
 #include <stdlib.h>
diff --git a/free.c b/free.c
index 41e872d..2e34a97 100644 (file)
--- a/free.c
+++ b/free.c
@@ -21,6 +21,8 @@
  *
  */
 
+/* getopt not needed */
+
 #include <stdio.h>
 #include <errno.h>
 #include <stdlib.h>
index 41e872d..2e34a97 100644 (file)
@@ -21,6 +21,8 @@
  *
  */
 
+/* getopt not needed */
+
 #include <stdio.h>
 #include <errno.h>
 #include <stdlib.h>
index 64df194..6758d95 100644 (file)
@@ -27,6 +27,8 @@
  * of BB_FEATURE_UTMP_SUPPORT #define
  */
 
+/* getopt not needed */
+
 
 #include <stdio.h>
 #include <time.h>
index 64df194..6758d95 100644 (file)
--- a/uptime.c
+++ b/uptime.c
@@ -27,6 +27,8 @@
  * of BB_FEATURE_UTMP_SUPPORT #define
  */
 
+/* getopt not needed */
+
 
 #include <stdio.h>
 #include <time.h>