diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2006-12-11 11:26:06 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2006-12-11 11:26:06 +0000 |
commit | 2818e6bec86d926ba9dbe0a9c7a0d75939382ccf (patch) | |
tree | 86093fe7074dc8732b604c8ba032aa1e66ed3d97 /sys/netinet6/in6_src.c | |
parent | f8673da60400e69b423a73274dccb643c72d91b7 (diff) |
de-__P. noted by Dries Schellekens
Diffstat (limited to 'sys/netinet6/in6_src.c')
-rw-r--r-- | sys/netinet6/in6_src.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/netinet6/in6_src.c b/sys/netinet6/in6_src.c index 7d16d61041a..d7c6a4effd2 100644 --- a/sys/netinet6/in6_src.c +++ b/sys/netinet6/in6_src.c @@ -1,4 +1,4 @@ -/* $OpenBSD: in6_src.c,v 1.21 2006/12/09 01:12:28 itojun Exp $ */ +/* $OpenBSD: in6_src.c,v 1.22 2006/12/11 11:26:05 itojun Exp $ */ /* $KAME: in6_src.c,v 1.36 2001/02/06 04:08:17 itojun Exp $ */ /* @@ -86,9 +86,9 @@ #include <netinet6/ip6_var.h> #include <netinet6/nd6.h> -static int selectroute __P((struct sockaddr_in6 *, struct ip6_pktopts *, +static int selectroute(struct sockaddr_in6 *, struct ip6_pktopts *, struct ip6_moptions *, struct route_in6 *, struct ifnet **, - struct rtentry **, int)); + struct rtentry **, int); /* * Return an IPv6 address, which is the most appropriate for a given |