summaryrefslogtreecommitdiffstats
path: root/libexec
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2000-09-04 05:47:14 +0000
committerimp <imp@FreeBSD.org>2000-09-04 05:47:14 +0000
commita0b36420564019b8bb3f453d5027f1eceab5a897 (patch)
tree3bd9de9eeabb86a216dc697a50cf6ff8b9871470 /libexec
parentd06829a9b382a0fc91f08fc33d9714322a61b87b (diff)
downloadFreeBSD-src-a0b36420564019b8bb3f453d5027f1eceab5a897.zip
FreeBSD-src-a0b36420564019b8bb3f453d5027f1eceab5a897.tar.gz
remove redundant optreset declaration
Diffstat (limited to 'libexec')
-rw-r--r--libexec/ftpd/popen.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libexec/ftpd/popen.c b/libexec/ftpd/popen.c
index 82cfd58..74f34e3 100644
--- a/libexec/ftpd/popen.c
+++ b/libexec/ftpd/popen.c
@@ -142,7 +142,6 @@ ftpd_popen(program, type)
(void)close(pdes[1]);
}
if (strcmp(gargv[0], _PATH_LS) == 0) {
- extern int optreset;
/* Reset getopt for ls_main() */
optreset = optind = optopt = 1;
/* Close syslogging to remove pwd.db missing msgs */
OpenPOWER on IntegriCloud