]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/netinet6/route6.c
xnu-517.3.7.tar.gz
[apple/xnu.git] / bsd / netinet6 / route6.c
index 7867df06f7527aa652f875dc9d2e5f6fe7579934..acd4263cba188b17d3385e1eb9e92abe116e46dc 100644 (file)
@@ -48,9 +48,9 @@ static int ip6_rthdr0 __P((struct mbuf *, struct ip6_hdr *,
     struct ip6_rthdr0 *));
 
 int
-route6_input(mp, offp, proto)
+route6_input(mp, offp)
        struct mbuf **mp;
-       int *offp, proto;       /* proto is unused */
+       int *offp;
 {
        struct ip6_hdr *ip6;
        struct mbuf *m = *mp;