From 206704526c630d3dd94d4fcf5ad34437725e6cf5 Mon Sep 17 00:00:00 2001 From: imp Date: Thu, 7 Aug 2003 04:53:48 +0000 Subject: No need to define optind as an extern. stdlib.h does that for us. --- sbin/ip6fw/ip6fw.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sbin/ip6fw') diff --git a/sbin/ip6fw/ip6fw.c b/sbin/ip6fw/ip6fw.c index dc09c1c..a76d03c 100644 --- a/sbin/ip6fw/ip6fw.c +++ b/sbin/ip6fw/ip6fw.c @@ -1200,7 +1200,6 @@ ip6fw_main(ac,av) char **av; { int ch; - extern int optind; /* init optind to 1 */ optind = 1; -- cgit v1.1