diff options
author | Mark Whitley <markw@lineo.com> | 2001-03-10 00:13:20 +0000 |
---|---|---|
committer | Mark Whitley <markw@lineo.com> | 2001-03-10 00:13:20 +0000 |
commit | 09f4af5afd12569fd813ae4701f6936fd5712553 (patch) | |
tree | 9f621896f62a8960f63baaa6575728a0dc11cc95 /coreutils/pwd.c | |
parent | 827e45c518f5781afeea5b1aab2d0b2cb193be9c (diff) | |
download | busybox-w32-09f4af5afd12569fd813ae4701f6936fd5712553.tar.gz busybox-w32-09f4af5afd12569fd813ae4701f6936fd5712553.tar.bz2 busybox-w32-09f4af5afd12569fd813ae4701f6936fd5712553.zip |
/* getopt not needed */
Diffstat (limited to 'coreutils/pwd.c')
-rw-r--r-- | coreutils/pwd.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/coreutils/pwd.c b/coreutils/pwd.c index a7a5f78a1..2f36b1f05 100644 --- a/coreutils/pwd.c +++ b/coreutils/pwd.c | |||
@@ -21,6 +21,8 @@ | |||
21 | * | 21 | * |
22 | */ | 22 | */ |
23 | 23 | ||
24 | /* getopt not needed */ | ||
25 | |||
24 | #include <stdio.h> | 26 | #include <stdio.h> |
25 | #include <dirent.h> | 27 | #include <dirent.h> |
26 | #include <errno.h> | 28 | #include <errno.h> |