summaryrefslogtreecommitdiffstats
path: root/bin/sh/cd.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/sh/cd.c')
-rw-r--r--bin/sh/cd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sh/cd.c b/bin/sh/cd.c
index fcc0630..b10074c 100644
--- a/bin/sh/cd.c
+++ b/bin/sh/cd.c
@@ -319,7 +319,7 @@ updatepwd(char *dir)
#define MAXPWD 256
int
-pwdcmd(int argc __unused, char **argv __unused)
+pwdcmd(int argc, char **argv)
{
char buf[MAXPWD];
int ch, phys;
OpenPOWER on IntegriCloud