From 187a6344e8079dbfeafbc650f3f35db527f4d77c Mon Sep 17 00:00:00 2001 From: Martin Natano Date: Sun, 16 Oct 2016 09:19:16 +0000 Subject: Remove declarations for optarg and optind. They are declared in . ok tb --- usr.sbin/config/main.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'usr.sbin') diff --git a/usr.sbin/config/main.c b/usr.sbin/config/main.c index 193e9dd6f4b..d01f62e91ac 100644 --- a/usr.sbin/config/main.c +++ b/usr.sbin/config/main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: main.c,v 1.53 2016/10/16 08:47:17 natano Exp $ */ +/* $OpenBSD: main.c,v 1.54 2016/10/16 09:19:15 natano Exp $ */ /* $NetBSD: main.c,v 1.22 1997/02/02 21:12:33 thorpej Exp $ */ /* @@ -58,9 +58,6 @@ int firstfile(const char *); int yyparse(void); -extern char *optarg; -extern int optind; - static struct hashtab *mkopttab; static struct nvlist **nextopt; static struct nvlist **nextdefopt; -- cgit v1.2.3