diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2004-03-17 20:10:59 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2004-03-17 20:10:59 +0000 |
| commit | ec57a38507844e38fa048d8d1ed7ce59f4b319fd (patch) | |
| tree | f8987a79e07102f91a1757371c549e0e26de2594 | |
| parent | b7e23e826c650173f9175c42f1b03cd80fdb0a93 (diff) | |
Notes
| -rw-r--r-- | usr.sbin/rtsold/rtsock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/rtsold/rtsock.c b/usr.sbin/rtsold/rtsock.c index 0c409c112cc1..09d6774be79b 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 |
