Deleted Added
full compact
26c26
< * $FreeBSD: head/usr.sbin/ppp/iface.c 102574 2002-08-29 12:52:28Z sobomax $
---
> * $FreeBSD: head/usr.sbin/ppp/iface.c 113067 2003-04-04 11:09:08Z ume $
85a86,88
> #define IN6MASK128 {{{ 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, \
> 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }}}
> static const struct in6_addr in6mask128 = IN6MASK128;
86a90
>
336c340,341
< else
---
> else if (memcmp(&((struct sockaddr_in6 *)&ssmsk)->sin6_addr, &in6mask128,
> sizeof in6mask128) == 0)
429c434
< int af, n, removed, s, width;
---
> int af, n, removed, s;
455,459d459
< width =
< #ifndef NOINET6
< (af == AF_INET6) ? 128 :
< #endif
< 32;