summaryrefslogtreecommitdiff
path: root/usr.sbin/mrouted/kern.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-03-03 15:14:29 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-03-03 15:14:29 +0000
commit3055b12bd8bc07c75be9a8debbb332ab9f0f8836 (patch)
tree3f18b636362177d2f432d48939f8497ebd259879 /usr.sbin/mrouted/kern.c
parent44fb9a7e8707e33c715d2281b745640f6b6e3ba8 (diff)
spaces
Diffstat (limited to 'usr.sbin/mrouted/kern.c')
-rw-r--r--usr.sbin/mrouted/kern.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/mrouted/kern.c b/usr.sbin/mrouted/kern.c
index 9588ca301c6..3e972785ba3 100644
--- a/usr.sbin/mrouted/kern.c
+++ b/usr.sbin/mrouted/kern.c
@@ -61,7 +61,7 @@ void k_set_if(u_int32_t ifa)
if (setsockopt(igmp_socket, IPPROTO_IP, IP_MULTICAST_IF,
(char *)&adr, sizeof(adr)) < 0)
log(LOG_ERR, errno, "setsockopt IP_MULTICAST_IF %s",
- inet_fmt(ifa, s1));
+ inet_fmt(ifa, s1));
}
@@ -201,7 +201,7 @@ int k_del_rg(u_int32_t origin, struct gtable *g)
}
return retval;
-}
+}
/*
* Get the kernel's idea of what version of mrouted needs to run with it.