=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/hexdump/display.c,v retrieving revision 1.17 retrieving revision 1.18 diff -c -r1.17 -r1.18 *** src/usr.bin/hexdump/display.c 2007/01/28 16:36:17 1.17 --- src/usr.bin/hexdump/display.c 2009/10/27 23:59:39 1.18 *************** *** 1,4 **** ! /* $OpenBSD: display.c,v 1.17 2007/01/28 16:36:17 miod Exp $ */ /* $NetBSD: display.c,v 1.12 2001/12/07 15:14:29 bjh21 Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: display.c,v 1.18 2009/10/27 23:59:39 deraadt Exp $ */ /* $NetBSD: display.c,v 1.12 2001/12/07 15:14:29 bjh21 Exp $ */ /* *************** *** 29,39 **** * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ - - #ifndef lint - /*static char sccsid[] = "from: @(#)display.c 5.11 (Berkeley) 3/9/91";*/ - static char rcsid[] = "$OpenBSD: display.c,v 1.17 2007/01/28 16:36:17 miod Exp $"; - #endif /* not lint */ #include #include --- 29,34 ----