diff options
| author | simonb <simonb@NetBSD.org> | 2000-04-14 06:11:07 +0000 |
|---|---|---|
| committer | simonb <simonb@NetBSD.org> | 2000-04-14 06:11:07 +0000 |
| commit | d88dfea2957635fce9bfd92c474f0b4167449673 (patch) | |
| tree | 147b14d186f78f2ecb9a4295e83aa066e2d70a40 /usr.bin/env | |
| parent | 2c0eddaf19837624dc5ca9d8add4698a5a41f9ee (diff) | |
Don't declare 'extern opt*' getopt variables.
Diffstat (limited to 'usr.bin/env')
| -rw-r--r-- | usr.bin/env/env.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/env/env.c b/usr.bin/env/env.c index 32e670820e2..3625ae4e9df 100644 --- a/usr.bin/env/env.c +++ b/usr.bin/env/env.c @@ -39,7 +39,7 @@ __COPYRIGHT("@(#) Copyright (c) 1988, 1993, 1994\n\ #ifndef lint /*static char sccsid[] = "@(#)env.c 8.3 (Berkeley) 4/2/94";*/ -__RCSID("$NetBSD: env.c,v 1.12 1999/11/02 10:56:32 lukem Exp $"); +__RCSID("$NetBSD: env.c,v 1.13 2000/04/14 06:11:07 simonb Exp $"); #endif /* not lint */ #include <err.h> @@ -59,7 +59,6 @@ main(argc, argv) char **argv; { extern char **environ; - extern int optind; char **ep, *p; char *cleanenv[1]; int ch; |
