=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/hexdump/hexsyntax.c,v retrieving revision 1.12 retrieving revision 1.13 diff -u -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 +1,4 @@ -/* $OpenBSD: hexsyntax.c,v 1.12 2011/05/06 15:46:29 otto Exp $ */ +/* $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,6 +43,8 @@ off_t skip; /* bytes to skip */ +static __dead void usage(void); + void newsyntax(int argc, char ***argvp) { @@ -121,7 +123,7 @@ *argvp += optind; } -void +static __dead void usage(void) { extern char *__progname;