=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/hexdump/hexsyntax.c,v retrieving revision 1.3 retrieving revision 1.4 diff -c -r1.3 -r1.4 *** src/usr.bin/hexdump/hexsyntax.c 1997/01/15 23:42:34 1.3 --- src/usr.bin/hexdump/hexsyntax.c 2001/07/12 05:17:10 1.4 *************** *** 1,4 **** ! /* $OpenBSD: hexsyntax.c,v 1.3 1997/01/15 23:42:34 millert Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. --- 1,4 ---- ! /* $OpenBSD: hexsyntax.c,v 1.4 2001/07/12 05:17:10 deraadt Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. *************** *** 35,49 **** #ifndef lint /*static char sccsid[] = "from: @(#)hexsyntax.c 5.2 (Berkeley) 5/8/90";*/ ! static char rcsid[] = "$OpenBSD: hexsyntax.c,v 1.3 1997/01/15 23:42:34 millert Exp $"; #endif /* not lint */ #include #include #include "hexdump.h" off_t skip; /* bytes to skip */ newsyntax(argc, argvp) int argc; char ***argvp; --- 35,53 ---- #ifndef lint /*static char sccsid[] = "from: @(#)hexsyntax.c 5.2 (Berkeley) 5/8/90";*/ ! static char rcsid[] = "$OpenBSD: hexsyntax.c,v 1.4 2001/07/12 05:17:10 deraadt Exp $"; #endif /* not lint */ #include #include + #include + #include + #include #include "hexdump.h" off_t skip; /* bytes to skip */ + void newsyntax(argc, argvp) int argc; char ***argvp; *************** *** 125,130 **** --- 129,135 ---- *argvp += optind; } + void usage() { (void)fprintf(stderr,