=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/env/env.c,v retrieving revision 1.6 retrieving revision 1.7 diff -c -r1.6 -r1.7 *** src/usr.bin/env/env.c 2001/03/01 20:21:10 1.6 --- src/usr.bin/env/env.c 2002/02/16 21:27:45 1.7 *************** *** 1,4 **** ! /* $OpenBSD: env.c,v 1.6 2001/03/01 20:21:10 aaron Exp $ */ /* * Copyright (c) 1988, 1993, 1994 --- 1,4 ---- ! /* $OpenBSD: env.c,v 1.7 2002/02/16 21:27:45 millert Exp $ */ /* * Copyright (c) 1988, 1993, 1994 *************** *** 41,47 **** #ifndef lint /*static char sccsid[] = "@(#)env.c 8.3 (Berkeley) 4/2/94";*/ ! static char rcsid[] = "$OpenBSD: env.c,v 1.6 2001/03/01 20:21:10 aaron Exp $"; #endif /* not lint */ #include --- 41,47 ---- #ifndef lint /*static char sccsid[] = "@(#)env.c 8.3 (Berkeley) 4/2/94";*/ ! static char rcsid[] = "$OpenBSD: env.c,v 1.7 2002/02/16 21:27:45 millert Exp $"; #endif /* not lint */ #include *************** *** 52,58 **** #include #include ! void usage __P((void)); int main(argc, argv) --- 52,58 ---- #include #include ! void usage(void); int main(argc, argv)