=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/hexdump/odsyntax.c,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- src/usr.bin/hexdump/odsyntax.c 2001/11/02 19:41:06 1.7 +++ src/usr.bin/hexdump/odsyntax.c 2001/11/19 19:02:14 1.8 @@ -1,4 +1,4 @@ -/* $OpenBSD: odsyntax.c,v 1.7 2001/11/02 19:41:06 mickey Exp $ */ +/* $OpenBSD: odsyntax.c,v 1.8 2001/11/19 19:02:14 mpech Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -35,7 +35,7 @@ #ifndef lint /*static char sccsid[] = "from: @(#)odsyntax.c 5.4 (Berkeley) 3/8/91";*/ -static char rcsid[] = "$OpenBSD: odsyntax.c,v 1.7 2001/11/02 19:41:06 mickey Exp $"; +static char rcsid[] = "$OpenBSD: odsyntax.c,v 1.8 2001/11/19 19:02:14 mpech Exp $"; #endif /* not lint */ #include @@ -160,7 +160,7 @@ char ***argvp; { extern off_t skip; - register char *num, *p; + char *num, *p; int base; char *end;