=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/hexdump/hexdump.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -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 +1,4 @@ -/* $OpenBSD: hexdump.c,v 1.5 2001/07/12 05:17:10 deraadt Exp $ */ +/* $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,7 +41,7 @@ #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 $"; +static char rcsid[] = "$OpenBSD: hexdump.c,v 1.6 2001/11/19 19:02:14 mpech Exp $"; #endif /* not lint */ #include @@ -59,7 +59,7 @@ int argc; char **argv; { - register FS *tfs; + FS *tfs; char *p; if (!(p = strrchr(argv[0], 'o')) || strcmp(p, "od"))