diff options
author | imp <imp@FreeBSD.org> | 2000-08-16 05:14:49 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2000-08-16 05:14:49 +0000 |
commit | d5e7ddb4c9afb1ed7e90d833b78c5af743901c57 (patch) | |
tree | 0f9ba032f259994437f00b5d86e145b2544a5f35 /bin/chio | |
parent | 5b09de97953ed09ac63da21661895834c1016cdd (diff) | |
download | FreeBSD-src-d5e7ddb4c9afb1ed7e90d833b78c5af743901c57.zip FreeBSD-src-d5e7ddb4c9afb1ed7e90d833b78c5af743901c57.tar.gz |
Don't explicitly declare optarg and optind. These are declared in
unistd.h, which is already included.
Diffstat (limited to 'bin/chio')
-rw-r--r-- | bin/chio/chio.c | 1 |
1 files changed, 0 insertions, 1 deletions
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)); |