aboutsummaryrefslogtreecommitdiff
path: root/sbin/ipf/libipf/printhost.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/ipf/libipf/printhost.c')
-rw-r--r--sbin/ipf/libipf/printhost.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sbin/ipf/libipf/printhost.c b/sbin/ipf/libipf/printhost.c
index 009a9bb1803e..e04882ffe614 100644
--- a/sbin/ipf/libipf/printhost.c
+++ b/sbin/ipf/libipf/printhost.c
@@ -10,9 +10,7 @@
void
-printhost(family, addr)
- int family;
- u_32_t *addr;
+printhost(int family, u_32_t *addr)
{
#ifdef USE_INET6
char ipbuf[64];