GNOME Bugzilla – Bug 79475
patch for building on os x
Last modified: 2004-12-22 21:47:04 UTC
this patch was required to build on mac os x. the in6_addr thing is nasty; it doesn't get exported by libc.
Created attachment 7853 [details] [review] the patch
Committed - I'd like to know if Mac OS / X has the (also standard) 'IN6ADDR_ANY_INIT' ( netinet/in.h ) or whether it's just utterly broken - it'd be nice to have a more standard fix rather than the latter hack.
in netinet6/in6.h that macro exists.