X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/blobdiff_plain/57e3f2b5b2cb3c0730e81d42b5f741a05aedd667..45c6d8c4132b612b445b858c6ed1d930140bc840:/contrib/tcsh-6/sh.set.c diff --git a/contrib/tcsh-6/sh.set.c b/contrib/tcsh-6/sh.set.c index 0047b7a795..1876b485e1 100644 --- a/contrib/tcsh-6/sh.set.c +++ b/contrib/tcsh-6/sh.set.c @@ -53,7 +53,6 @@ static Char *operate (int, Char *, Char *); static void putn1 (unsigned); static struct varent *madrof (Char *, struct varent *); static void unsetv1 (struct varent *); -static void exportpath (Char **); static void balance (struct varent *, int, int); /* @@ -890,7 +889,7 @@ shift(Char **v, struct command *c) update_vars(name); } -static void +void exportpath(Char **val) { struct Strbuf buf = Strbuf_INIT;