From 4be58439814353b481c74ddf097f585032a6bf13 Mon Sep 17 00:00:00 2001 From: ru Date: Wed, 17 Mar 2004 20:10:59 +0000 Subject: Fixed a warning. --- usr.sbin/rtsold/rtsock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/rtsold/rtsock.c') 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 -- cgit v1.1