=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/env/env.c,v retrieving revision 1.1 retrieving revision 1.2 diff -c -r1.1 -r1.2 *** src/usr.bin/env/env.c 1995/10/18 08:45:06 1.1 --- src/usr.bin/env/env.c 1996/05/21 21:35:57 1.2 *************** *** 39,45 **** #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 $"; #endif /* not lint */ #include --- 39,45 ---- #ifndef lint /*static char sccsid[] = "@(#)env.c 8.3 (Berkeley) 4/2/94";*/ ! static char rcsid[] = "$NetBSD: env.c,v 1.9 1996/05/07 18:32:22 jtc Exp $"; #endif /* not lint */ #include *************** *** 58,64 **** char **argv; { extern char **environ; ! extern int errno, optind; char **ep, *p; char *cleanenv[1]; int ch; --- 58,64 ---- char **argv; { extern char **environ; ! extern int optind; char **ep, *p; char *cleanenv[1]; int ch;