=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/hexdump/hexdump.c,v retrieving revision 1.10 retrieving revision 1.11 diff -c -r1.10 -r1.11 *** src/usr.bin/hexdump/hexdump.c 2003/06/10 22:20:47 1.10 --- src/usr.bin/hexdump/hexdump.c 2003/07/10 00:06:51 1.11 *************** *** 1,4 **** ! /* $OpenBSD: hexdump.c,v 1.10 2003/06/10 22:20:47 deraadt Exp $ */ /* $NetBSD: hexdump.c,v 1.7 1997/10/19 02:34:06 lukem Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: hexdump.c,v 1.11 2003/07/10 00:06:51 david Exp $ */ /* $NetBSD: hexdump.c,v 1.7 1997/10/19 02:34:06 lukem Exp $ */ /* *************** *** 38,48 **** #ifndef lint /*static char sccsid[] = "from: @(#)hexdump.c 5.5 (Berkeley) 6/1/90";*/ ! static char rcsid[] = "$OpenBSD: hexdump.c,v 1.10 2003/06/10 22:20:47 deraadt Exp $"; #endif /* not lint */ #include #include #include #include "hexdump.h" --- 38,49 ---- #ifndef lint /*static char sccsid[] = "from: @(#)hexdump.c 5.5 (Berkeley) 6/1/90";*/ ! static char rcsid[] = "$OpenBSD: hexdump.c,v 1.11 2003/07/10 00:06:51 david Exp $"; #endif /* not lint */ #include #include + #include #include #include "hexdump.h"