=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/hexdump/hexsyntax.c,v retrieving revision 1.12 retrieving revision 1.13 diff -c -r1.12 -r1.13 *** src/usr.bin/hexdump/hexsyntax.c 2011/05/06 15:46:29 1.12 --- src/usr.bin/hexdump/hexsyntax.c 2016/03/15 04:19:13 1.13 *************** *** 1,4 **** ! /* $OpenBSD: hexsyntax.c,v 1.12 2011/05/06 15:46:29 otto Exp $ */ /* $NetBSD: hexsyntax.c,v 1.8 1998/04/08 23:48:57 jeremy Exp $ */ /*- --- 1,4 ---- ! /* $OpenBSD: hexsyntax.c,v 1.13 2016/03/15 04:19:13 mmcc Exp $ */ /* $NetBSD: hexsyntax.c,v 1.8 1998/04/08 23:48:57 jeremy Exp $ */ /*- *************** *** 43,48 **** --- 43,50 ---- off_t skip; /* bytes to skip */ + static __dead void usage(void); + void newsyntax(int argc, char ***argvp) { *************** *** 121,127 **** *argvp += optind; } ! void usage(void) { extern char *__progname; --- 123,129 ---- *argvp += optind; } ! static __dead void usage(void) { extern char *__progname;