Remove redundant declaration of optind. It has been declared in unistd.h
for ages.
This commit is contained in:
parent
6a20d55a59
commit
78de666777
@ -67,7 +67,6 @@ main(argc, argv)
|
||||
int argc;
|
||||
char *argv[];
|
||||
{
|
||||
extern int optind;
|
||||
int ch;
|
||||
|
||||
(void) setlocale(LC_ALL, "");
|
||||
|
Loading…
x
Reference in New Issue
Block a user