From bee6f9e3346d70f9ff6315356645299dbf7bb9d0 Mon Sep 17 00:00:00 2001 From: Philippe Charnier Date: Mon, 12 Jan 1998 08:01:40 +0000 Subject: [PATCH] Remove optind (getopt() already knows about it). --- usr.sbin/stallion/stlstats/stlstats.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/usr.sbin/stallion/stlstats/stlstats.c b/usr.sbin/stallion/stlstats/stlstats.c index d4d6941436b..b856df4e9fd 100644 --- a/usr.sbin/stallion/stlstats/stlstats.c +++ b/usr.sbin/stallion/stlstats/stlstats.c @@ -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 @@ -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;