=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/hexdump/hexdump.c,v retrieving revision 1.5 retrieving revision 1.6 diff -c -r1.5 -r1.6 *** src/usr.bin/hexdump/hexdump.c 2001/07/12 05:17:10 1.5 --- src/usr.bin/hexdump/hexdump.c 2001/11/19 19:02:14 1.6 *************** *** 1,4 **** ! /* $OpenBSD: hexdump.c,v 1.5 2001/07/12 05:17:10 deraadt Exp $ */ /* * Copyright (c) 1989 The Regents of the University of California. --- 1,4 ---- ! /* $OpenBSD: hexdump.c,v 1.6 2001/11/19 19:02:14 mpech Exp $ */ /* * Copyright (c) 1989 The Regents of the University of California. *************** *** 41,47 **** #ifndef lint /*static char sccsid[] = "from: @(#)hexdump.c 5.5 (Berkeley) 6/1/90";*/ ! static char rcsid[] = "$OpenBSD: hexdump.c,v 1.5 2001/07/12 05:17:10 deraadt Exp $"; #endif /* not lint */ #include --- 41,47 ---- #ifndef lint /*static char sccsid[] = "from: @(#)hexdump.c 5.5 (Berkeley) 6/1/90";*/ ! static char rcsid[] = "$OpenBSD: hexdump.c,v 1.6 2001/11/19 19:02:14 mpech Exp $"; #endif /* not lint */ #include *************** *** 59,65 **** int argc; char **argv; { ! register FS *tfs; char *p; if (!(p = strrchr(argv[0], 'o')) || strcmp(p, "od")) --- 59,65 ---- int argc; char **argv; { ! FS *tfs; char *p; if (!(p = strrchr(argv[0], 'o')) || strcmp(p, "od"))