remove redundant optreset declaration

This commit is contained in:
Warner Losh 2000-09-04 05:47:14 +00:00
parent 0b488822b7
commit 53410a4824
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=65425

View File

@ -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 */