From: Mark Whitley Date: Sat, 10 Mar 2001 00:13:20 +0000 (-0000) Subject: /* getopt not needed */ X-Git-Tag: 0_50~70 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=09f4af5afd12569fd813ae4701f6936fd5712553;p=oweals%2Fbusybox.git /* getopt not needed */ --- 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 @@ * */ +/* getopt not needed */ + #include #include #include diff --git a/pwd.c b/pwd.c index a7a5f78a1..2f36b1f05 100644 --- a/pwd.c +++ b/pwd.c @@ -21,6 +21,8 @@ * */ +/* getopt not needed */ + #include #include #include