Deleted Added
full compact
64c64
< __FBSDID("$FreeBSD: head/sys/netinet6/icmp6.c 240233 2012-09-08 06:41:54Z glebius $");
---
> __FBSDID("$FreeBSD: head/sys/netinet6/icmp6.c 241916 2012-10-22 21:49:56Z delphij $");
136,137c136,137
< static const char *icmp6_redirect_diag __P((struct in6_addr *,
< struct in6_addr *, struct in6_addr *));
---
> static const char *icmp6_redirect_diag(struct in6_addr *,
> struct in6_addr *, struct in6_addr *);
141,144c141,144
< static int ni6_addrs __P((struct icmp6_nodeinfo *, struct mbuf *,
< struct ifnet **, struct in6_addr *));
< static int ni6_store_addrs __P((struct icmp6_nodeinfo *, struct icmp6_nodeinfo *,
< struct ifnet *, int));
---
> static int ni6_addrs(struct icmp6_nodeinfo *, struct mbuf *,
> struct ifnet **, struct in6_addr *);
> static int ni6_store_addrs(struct icmp6_nodeinfo *, struct icmp6_nodeinfo *,
> struct ifnet *, int);