From 561afedc7f439369ebffa07ae15950cf0e57f520 Mon Sep 17 00:00:00 2001 From: Peter Hessler Date: Mon, 21 Oct 2013 09:58:15 +0000 Subject: we are passing the variable, not using a global any more. pointed out by bluhm@ --- usr.sbin/rtsold/rtsol.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'usr.sbin/rtsold/rtsol.c') diff --git a/usr.sbin/rtsold/rtsol.c b/usr.sbin/rtsold/rtsol.c index 02afd9d6ac7..3ee16594c4f 100644 --- a/usr.sbin/rtsold/rtsol.c +++ b/usr.sbin/rtsold/rtsol.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rtsol.c,v 1.18 2013/10/21 08:46:07 phessler Exp $ */ +/* $OpenBSD: rtsol.c,v 1.19 2013/10/21 09:58:14 phessler Exp $ */ /* $KAME: rtsol.c,v 1.15 2002/05/31 10:10:03 itojun Exp $ */ /* @@ -71,7 +71,6 @@ static struct iovec sndiov[2]; static struct sockaddr_in6 from; int rssock; -extern u_int rdomain; static struct sockaddr_in6 sin6_allrouters = {sizeof(sin6_allrouters), AF_INET6}; -- cgit v1.2.3