mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-04 09:09:56 +00:00
Remove optind (getopt() already knows about it).
This commit is contained in:
parent
373c037f07
commit
bee6f9e334
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=32474
@ -38,7 +38,7 @@
|
||||
|
||||
#ifndef lint
|
||||
static const char rcsid[] =
|
||||
"$Id$";
|
||||
"$Id: stlstats.c,v 1.6 1997/10/20 12:51:34 charnier Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <err.h>
|
||||
@ -500,10 +500,9 @@ void localexit(int nr)
|
||||
void main(int argc, char *argv[])
|
||||
{
|
||||
struct stat statinfo;
|
||||
int optind, c, useport;
|
||||
int c, useport;
|
||||
char *portdev;
|
||||
|
||||
optind = 0;
|
||||
ctrldevice = defdevice;
|
||||
useport = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user