http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5172
------- Additional Comments From [EMAIL PROTECTED] 2006-12-13 05:39 -------
ick, -1 on that latest change:
case EAI_FAIL: /*name server returned permanent error*/
+#ifndef EAI_SYSTEM
+ #define EAI_SYSTEM 11
+#endif
case EAI_SYSTEM: /*system error, check errno*/
this will be unsafe if, for example, some OS' ipv6 implementation defines a
symbol called EAI_SYSTEM instead of using a #define. this is hacky and not the
way to do it -- at least, not unless it can be scoped to only ever be compiled
when using that cygwin ipv6 patch alone.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.