No need to define optind as an extern. stdlib.h does that for us.

This commit is contained in:
Warner Losh 2003-08-07 04:53:48 +00:00
parent 68dd1ff405
commit 834a93de56
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=118581

View File

@ -1200,7 +1200,6 @@ ip6fw_main(ac,av)
char **av;
{
int ch;
extern int optind;
/* init optind to 1 */
optind = 1;