=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/head/head.c,v retrieving revision 1.7 retrieving revision 1.8 diff -c -r1.7 -r1.8 *** src/usr.bin/head/head.c 2001/07/04 06:31:25 1.7 --- src/usr.bin/head/head.c 2002/02/16 21:27:46 1.8 *************** *** 1,4 **** ! /* $OpenBSD: head.c,v 1.7 2001/07/04 06:31:25 deraadt Exp $ */ /* * Copyright (c) 1980, 1987 Regents of the University of California. --- 1,4 ---- ! /* $OpenBSD: head.c,v 1.8 2002/02/16 21:27:46 millert Exp $ */ /* * Copyright (c) 1980, 1987 Regents of the University of California. *************** *** 41,47 **** #ifndef lint /*static char sccsid[] = "from: @(#)head.c 5.5 (Berkeley) 6/1/90";*/ ! static char rcsid[] = "$OpenBSD: head.c,v 1.7 2001/07/04 06:31:25 deraadt Exp $"; #endif /* not lint */ #include --- 41,47 ---- #ifndef lint /*static char sccsid[] = "from: @(#)head.c 5.5 (Berkeley) 6/1/90";*/ ! static char rcsid[] = "$OpenBSD: head.c,v 1.8 2002/02/16 21:27:46 millert Exp $"; #endif /* not lint */ #include *************** *** 52,58 **** #include #include ! static void usage __P((void)); /* * head - give the first few lines of a stream or of each of a set of files --- 52,58 ---- #include #include ! static void usage(void); /* * head - give the first few lines of a stream or of each of a set of files