From d5e7ddb4c9afb1ed7e90d833b78c5af743901c57 Mon Sep 17 00:00:00 2001 From: imp Date: Wed, 16 Aug 2000 05:14:49 +0000 Subject: Don't explicitly declare optarg and optind. These are declared in unistd.h, which is already included. --- bin/chio/chio.c | 1 - 1 file changed, 1 deletion(-) (limited to 'bin/chio') diff --git a/bin/chio/chio.c b/bin/chio/chio.c index c7ee344..e3f6551 100644 --- a/bin/chio/chio.c +++ b/bin/chio/chio.c @@ -54,7 +54,6 @@ static const char rcsid[] = #include "pathnames.h" extern char *__progname; /* from crt0.o */ -extern int optreset; /* from getopt.o */ static void usage __P((void)); static void cleanup __P((void)); -- cgit v1.1