Deleted Added
full compact
33c33
< __FBSDID("$FreeBSD: head/sys/netinet6/nd6_rtr.c 241686 2012-10-18 13:57:24Z andre $");
---
> __FBSDID("$FreeBSD: head/sys/netinet6/nd6_rtr.c 241916 2012-10-22 21:49:56Z delphij $");
71,75c71,75
< static int prelist_update __P((struct nd_prefixctl *, struct nd_defrouter *,
< struct mbuf *, int));
< static struct in6_ifaddr *in6_ifadd(struct nd_prefixctl *, int);
< static struct nd_pfxrouter *pfxrtr_lookup __P((struct nd_prefix *,
< struct nd_defrouter *));
---
> static int prelist_update(struct nd_prefixctl *, struct nd_defrouter *,
> struct mbuf *, int);
> static struct in6_ifaddr *in6_ifadd(struct nd_prefixctl *, int);
> static struct nd_pfxrouter *pfxrtr_lookup(struct nd_prefix *,
> struct nd_defrouter *);
84,85c84,85
< static void in6_init_address_ltimes __P((struct nd_prefix *,
< struct in6_addrlifetime *));
---
> static void in6_init_address_ltimes(struct nd_prefix *,
> struct in6_addrlifetime *);