=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/printenv/printenv.c,v retrieving revision 1.2 retrieving revision 1.3 diff -c -r1.2 -r1.3 *** src/usr.bin/printenv/printenv.c 1996/06/26 05:37:57 1.2 --- src/usr.bin/printenv/printenv.c 2001/11/19 19:02:15 1.3 *************** *** 1,4 **** ! /* $OpenBSD: printenv.c,v 1.2 1996/06/26 05:37:57 deraadt Exp $ */ /* * Copyright (c) 1987 Regents of the University of California. --- 1,4 ---- ! /* $OpenBSD: printenv.c,v 1.3 2001/11/19 19:02:15 mpech Exp $ */ /* * Copyright (c) 1987 Regents of the University of California. *************** *** 41,47 **** #ifndef lint /*static char sccsid[] = "from: @(#)printenv.c 5.4 (Berkeley) 6/1/90";*/ ! static char rcsid[] = "$OpenBSD: printenv.c,v 1.2 1996/06/26 05:37:57 deraadt Exp $"; #endif /* not lint */ #include --- 41,47 ---- #ifndef lint /*static char sccsid[] = "from: @(#)printenv.c 5.4 (Berkeley) 6/1/90";*/ ! static char rcsid[] = "$OpenBSD: printenv.c,v 1.3 2001/11/19 19:02:15 mpech Exp $"; #endif /* not lint */ #include *************** *** 60,67 **** char **argv; { extern char **environ; ! register char *cp, **ep; ! register int len; if (argc < 2) { for (ep = environ; *ep; ep++) --- 60,67 ---- char **argv; { extern char **environ; ! char *cp, **ep; ! int len; if (argc < 2) { for (ep = environ; *ep; ep++)