Dan Winship 9a15da50e4 Fix ginetaddress.c compile on Solaris
In glibc, IN6_IS_ADDR_UNSPECIFIED() et al. cast their argument to a
uint32_t*, so it doesn't matter whether you pass them the in6_addr
itself (which is what you're supposed to do) or one of its union
members (which is what we were actually doing). Solaris's macro
accesses the in6_addr fields directly though, and so only works if you
pass the actual in6_addr. #580194.
2009-04-26 13:18:17 -04:00
..
2008-07-18 18:22:48 +00:00
2009-01-09 05:19:17 +00:00
2007-11-28 18:45:08 +00:00
2009-03-31 19:39:16 -04:00
2009-01-19 07:05:07 +00:00
2009-03-01 17:12:58 +00:00
2009-04-09 14:35:57 -04:00
2009-04-03 00:35:43 -04:00
2008-12-12 20:59:54 +00:00
2008-08-13 05:35:10 +00:00
2007-12-01 23:49:34 +00:00
2009-04-03 00:23:54 -04:00
2009-02-27 21:02:19 +00:00
2008-08-13 05:35:10 +00:00
2008-09-08 12:44:07 +00:00
2008-07-21 02:19:56 +00:00
2008-09-04 20:41:50 +00:00
2008-08-01 14:15:02 +00:00