=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/hexdump/conv.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- src/usr.bin/hexdump/conv.c 2003/06/03 02:56:09 1.6 +++ src/usr.bin/hexdump/conv.c 2003/06/12 20:58:09 1.7 @@ -1,4 +1,4 @@ -/* $OpenBSD: conv.c,v 1.6 2003/06/03 02:56:09 millert Exp $ */ +/* $OpenBSD: conv.c,v 1.7 2003/06/12 20:58:09 deraadt Exp $ */ /* $NetBSD: conv.c,v 1.7 2001/12/07 15:14:29 bjh21 Exp $ */ /* @@ -32,7 +32,7 @@ #ifndef lint /*static char sccsid[] = "from: @(#)conv.c 5.4 (Berkeley) 6/1/90";*/ -static char rcsid[] = "$OpenBSD: conv.c,v 1.6 2003/06/03 02:56:09 millert Exp $"; +static char rcsid[] = "$OpenBSD: conv.c,v 1.7 2003/06/12 20:58:09 deraadt Exp $"; #endif /* not lint */ #include @@ -43,9 +43,7 @@ #include "hexdump.h" void -conv_c(pr, p) - PR *pr; - u_char *p; +conv_c(PR *pr, u_char *p) { char buf[10]; char const *str; @@ -95,9 +93,7 @@ } void -conv_u(pr, p) - PR *pr; - u_char *p; +conv_u(PR *pr, u_char *p) { static const char *list[] = { "nul", "soh", "stx", "etx", "eot", "enq", "ack", "bel",