summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Whitley2001-03-10 00:13:20 +0000
committerMark Whitley2001-03-10 00:13:20 +0000
commit09f4af5afd12569fd813ae4701f6936fd5712553 (patch)
tree9f621896f62a8960f63baaa6575728a0dc11cc95
parent827e45c518f5781afeea5b1aab2d0b2cb193be9c (diff)
downloadbusybox-09f4af5afd12569fd813ae4701f6936fd5712553.zip
busybox-09f4af5afd12569fd813ae4701f6936fd5712553.tar.gz
/* getopt not needed */
-rw-r--r--coreutils/pwd.c2
-rw-r--r--pwd.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/coreutils/pwd.c b/coreutils/pwd.c
index a7a5f78..2f36b1f 100644
--- a/coreutils/pwd.c
+++ b/coreutils/pwd.c
@@ -21,6 +21,8 @@
*
*/
+/* getopt not needed */
+
#include <stdio.h>
#include <dirent.h>
#include <errno.h>
diff --git a/pwd.c b/pwd.c
index a7a5f78..2f36b1f 100644
--- a/pwd.c
+++ b/pwd.c
@@ -21,6 +21,8 @@
*
*/
+/* getopt not needed */
+
#include <stdio.h>
#include <dirent.h>
#include <errno.h>