/* getopt not needed */
authorMark Whitley <markw@lineo.com>
Sat, 10 Mar 2001 00:13:20 +0000 (00:13 -0000)
committerMark Whitley <markw@lineo.com>
Sat, 10 Mar 2001 00:13:20 +0000 (00:13 -0000)
coreutils/pwd.c
pwd.c

index a7a5f78..2f36b1f 100644 (file)
@@ -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 (file)
--- a/pwd.c
+++ b/pwd.c
@@ -21,6 +21,8 @@
  *
  */
 
+/* getopt not needed */
+
 #include <stdio.h>
 #include <dirent.h>
 #include <errno.h>