summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rtsold/probe.c
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2004-01-14 17:16:19 +0000
committerume <ume@FreeBSD.org>2004-01-14 17:16:19 +0000
commitab3e3db491512f6183cc555d21572b96c642da08 (patch)
tree7eb3b420811ad3f6e8b3865d91da9105817f7c92 /usr.sbin/rtsold/probe.c
parentae8f515ebbe93c614c0b23bfca5f64abcff29955 (diff)
downloadFreeBSD-src-ab3e3db491512f6183cc555d21572b96c642da08.zip
FreeBSD-src-ab3e3db491512f6183cc555d21572b96c642da08.tar.gz
ansify.
Obtained from: KAME
Diffstat (limited to 'usr.sbin/rtsold/probe.c')
-rw-r--r--usr.sbin/rtsold/probe.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/rtsold/probe.c b/usr.sbin/rtsold/probe.c
index b7e7cc6..b1cbc79 100644
--- a/usr.sbin/rtsold/probe.c
+++ b/usr.sbin/rtsold/probe.c
@@ -1,4 +1,4 @@
-/* $KAME: probe.c,v 1.16 2002/06/10 20:00:36 itojun Exp $ */
+/* $KAME: probe.c,v 1.17 2003/10/05 00:09:36 itojun Exp $ */
/*
* Copyright (C) 1998 WIDE Project.
@@ -63,7 +63,7 @@ static int probesock;
static void sendprobe __P((struct in6_addr *, struct ifinfo *));
int
-probe_init()
+probe_init(void)
{
int scmsglen = CMSG_SPACE(sizeof(struct in6_pktinfo)) +
CMSG_SPACE(sizeof(int));
OpenPOWER on IntegriCloud