diff options
author | bp <bp@FreeBSD.org> | 2000-01-01 14:21:31 +0000 |
---|---|---|
committer | bp <bp@FreeBSD.org> | 2000-01-01 14:21:31 +0000 |
commit | 3a5569cf048ed1771b7c5b4764b52be8f1a15a14 (patch) | |
tree | e032c25396c5265a538b3f197840a8e291ad8072 /lib/libncp | |
parent | dc38bc8dd6224e864a9bb35052b04f9b5d9c49e1 (diff) | |
download | FreeBSD-src-3a5569cf048ed1771b7c5b4764b52be8f1a15a14.zip FreeBSD-src-3a5569cf048ed1771b7c5b4764b52be8f1a15a14.tar.gz |
Remove duplicated extern.
Submitted by: Nathan Ahlstrom <nrahlstr@winternet.com>
Diffstat (limited to 'lib/libncp')
-rw-r--r-- | lib/libncp/ncpl_subr.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libncp/ncpl_subr.c b/lib/libncp/ncpl_subr.c index 9b36e17..0a36126 100644 --- a/lib/libncp/ncpl_subr.c +++ b/lib/libncp/ncpl_subr.c @@ -271,7 +271,6 @@ ncp_getopt(nargc, nargv, ostr) char * const *nargv; const char *ostr; { - extern char *__progname; static char *place = EMSG; /* option letter processing */ char *oli; /* option letter list index */ int tmpind; |