=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/getconf/getconf.c,v retrieving revision 1.4 retrieving revision 1.5 diff -c -r1.4 -r1.5 *** src/usr.bin/getconf/getconf.c 2001/03/01 21:15:41 1.4 --- src/usr.bin/getconf/getconf.c 2001/07/12 05:17:08 1.5 *************** *** 1,4 **** ! /* $OpenBSD: getconf.c,v 1.4 2001/03/01 21:15:41 aaron Exp $ */ /*- * Copyright (c) 1996 The NetBSD Foundation, Inc. --- 1,4 ---- ! /* $OpenBSD: getconf.c,v 1.5 2001/07/12 05:17:08 deraadt Exp $ */ /*- * Copyright (c) 1996 The NetBSD Foundation, Inc. *************** *** 41,47 **** */ #ifndef lint ! static char rcsid[] = "$OpenBSD: getconf.c,v 1.4 2001/03/01 21:15:41 aaron Exp $"; #endif /* not lint */ #include --- 41,47 ---- */ #ifndef lint ! static char rcsid[] = "$OpenBSD: getconf.c,v 1.5 2001/07/12 05:17:08 deraadt Exp $"; #endif /* not lint */ #include *************** *** 49,54 **** --- 49,55 ---- #include #include #include + #include #include static void usage __P((void));