From 09f4af5afd12569fd813ae4701f6936fd5712553 Mon Sep 17 00:00:00 2001 From: Mark Whitley Date: Sat, 10 Mar 2001 00:13:20 +0000 Subject: [PATCH] /* getopt not needed */ --- coreutils/pwd.c | 2 ++ pwd.c | 2 ++ 2 files changed, 4 insertions(+) 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 -- 2.25.1