summaryrefslogtreecommitdiffstats
path: root/usr.bin/hexdump/conv.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/hexdump/conv.c')
-rw-r--r--usr.bin/hexdump/conv.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/usr.bin/hexdump/conv.c b/usr.bin/hexdump/conv.c
index eea03be..581b666 100644
--- a/usr.bin/hexdump/conv.c
+++ b/usr.bin/hexdump/conv.c
@@ -44,9 +44,7 @@ __FBSDID("$FreeBSD$");
#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;
@@ -92,9 +90,7 @@ strpr: *pr->cchar = 's';
}
void
-conv_u(pr, p)
- PR *pr;
- u_char *p;
+conv_u(PR *pr, u_char *p)
{
static char const * list[] = {
"nul", "soh", "stx", "etx", "eot", "enq", "ack", "bel",
OpenPOWER on IntegriCloud