diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-21 21:35:58 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-21 21:35:58 +0000 |
commit | d4e562903dadbc671c7cc5e07d3aa48c7a131c15 (patch) | |
tree | e54fa5babbe0bc3807b48e4fc3a2a7e3d4fa50a9 /usr.bin/env | |
parent | a2741722b86bda2d2076ecaceecf926395ef47c0 (diff) |
minor nothing
Diffstat (limited to 'usr.bin/env')
-rw-r--r-- | usr.bin/env/env.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/env/env.c b/usr.bin/env/env.c index 0077fd4fa5f..134a226f5a5 100644 --- a/usr.bin/env/env.c +++ b/usr.bin/env/env.c @@ -39,7 +39,7 @@ static char copyright[] = #ifndef lint /*static char sccsid[] = "@(#)env.c 8.3 (Berkeley) 4/2/94";*/ -static char rcsid[] = "$NetBSD: env.c,v 1.8 1995/09/28 07:34:39 perry Exp $"; +static char rcsid[] = "$NetBSD: env.c,v 1.9 1996/05/07 18:32:22 jtc Exp $"; #endif /* not lint */ #include <err.h> @@ -58,7 +58,7 @@ main(argc, argv) char **argv; { extern char **environ; - extern int errno, optind; + extern int optind; char **ep, *p; char *cleanenv[1]; int ch; |