Don't declare optind.

This commit is contained in:
enami 1997-10-01 02:18:14 +00:00
parent 9f86d6ed5e
commit 21d836180a
2 changed files with 4 additions and 6 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: main.c,v 1.9 1997/09/14 14:40:14 lukem Exp $ */
/* $NetBSD: main.c,v 1.10 1997/10/01 02:18:14 enami Exp $ */
/*
* Copyright (C) 1995 Wolfgang Solfrank
@ -35,7 +35,7 @@
#include <sys/cdefs.h>
#ifndef lint
__RCSID("$NetBSD: main.c,v 1.9 1997/09/14 14:40:14 lukem Exp $");
__RCSID("$NetBSD: main.c,v 1.10 1997/10/01 02:18:14 enami Exp $");
#endif /* not lint */
#include <stdlib.h>
@ -72,7 +72,6 @@ main(argc, argv)
int argc;
char **argv;
{
extern int optind;
int ret = 0, erg;
int ch;

View File

@ -1,4 +1,4 @@
/* $NetBSD: ifconfig.c,v 1.39 1997/09/15 01:53:36 lukem Exp $ */
/* $NetBSD: ifconfig.c,v 1.40 1997/10/01 02:19:43 enami Exp $ */
/*
* Copyright (c) 1997 Jason R. Thorpe.
@ -75,7 +75,7 @@ __COPYRIGHT("@(#) Copyright (c) 1983, 1993\n\
#if 0
static char sccsid[] = "@(#)ifconfig.c 8.2 (Berkeley) 2/16/94";
#else
__RCSID("$NetBSD: ifconfig.c,v 1.39 1997/09/15 01:53:36 lukem Exp $");
__RCSID("$NetBSD: ifconfig.c,v 1.40 1997/10/01 02:19:43 enami Exp $");
#endif
#endif /* not lint */
@ -253,7 +253,6 @@ main(argc, argv)
int argc;
char *argv[];
{
extern int optind;
int ch, aflag;
/* Parse command-line options */