Remove redundant declaration of optind. It has been declared in unistd.h

for ages.
This commit is contained in:
Warner Losh 2001-03-01 05:46:03 +00:00
parent 6a20d55a59
commit 78de666777
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=73256

View File

@ -67,7 +67,6 @@ main(argc, argv)
int argc;
char *argv[];
{
extern int optind;
int ch;
(void) setlocale(LC_ALL, "");