From ad75b0681567cc6a0cf4d82f806cac9f020cdc1f Mon Sep 17 00:00:00 2001 From: ume Date: Thu, 17 Oct 2002 17:47:55 +0000 Subject: last arg of in6?_gif_output() is not used any more. Obtained from: KAME MFC after: 3 weeks --- sys/netinet/in_gif.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/netinet/in_gif.c') diff --git a/sys/netinet/in_gif.c b/sys/netinet/in_gif.c index e056130..cdf094a 100644 --- a/sys/netinet/in_gif.c +++ b/sys/netinet/in_gif.c @@ -87,11 +87,10 @@ SYSCTL_INT(_net_inet_ip, IPCTL_GIF_TTL, gifttl, CTLFLAG_RW, &ip_gif_ttl, 0, ""); int -in_gif_output(ifp, family, m, rt) +in_gif_output(ifp, family, m) struct ifnet *ifp; int family; struct mbuf *m; - struct rtentry *rt; { struct gif_softc *sc = (struct gif_softc*)ifp; struct sockaddr_in *dst = (struct sockaddr_in *)&sc->gif_ro.ro_dst; -- cgit v1.1