projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
827e45c
)
/* getopt not needed */
author
Mark Whitley
<markw@lineo.com>
Sat, 10 Mar 2001 00:13:20 +0000
(
00:13
-0000)
committer
Mark Whitley
<markw@lineo.com>
Sat, 10 Mar 2001 00:13:20 +0000
(
00:13
-0000)
coreutils/pwd.c
patch
|
blob
|
history
pwd.c
patch
|
blob
|
history
diff --git
a/coreutils/pwd.c
b/coreutils/pwd.c
index a7a5f78a1771b847bfcb895792bf0c3573818832..2f36b1f058f231e3c6633da5df18e39a4127d5ff 100644
(file)
--- 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 a7a5f78a1771b847bfcb895792bf0c3573818832..2f36b1f058f231e3c6633da5df18e39a4127d5ff 100644
(file)
--- a/
pwd.c
+++ b/
pwd.c
@@
-21,6
+21,8
@@
*
*/
+/* getopt not needed */
+
#include <stdio.h>
#include <dirent.h>
#include <errno.h>