summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-03-17 20:10:59 +0000
committerru <ru@FreeBSD.org>2004-03-17 20:10:59 +0000
commit4be58439814353b481c74ddf097f585032a6bf13 (patch)
treef8987a79e07102f91a1757371c549e0e26de2594 /usr.sbin
parent275240297d2db55c4566d1abd579bbdde2b560d1 (diff)
downloadFreeBSD-src-4be58439814353b481c74ddf097f585032a6bf13.zip
FreeBSD-src-4be58439814353b481c74ddf097f585032a6bf13.tar.gz
Fixed a warning.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/rtsold/rtsock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/rtsold/rtsock.c b/usr.sbin/rtsold/rtsock.c
index 0c409c1..09d6774 100644
--- a/usr.sbin/rtsold/rtsock.c
+++ b/usr.sbin/rtsold/rtsock.c
@@ -76,7 +76,7 @@ static struct {
{ RTM_IFANNOUNCE, sizeof(struct if_announcemsghdr),
rtsock_input_ifannounce },
#endif
- { 0, NULL },
+ { 0, 0, NULL },
};
int
OpenPOWER on IntegriCloud