summaryrefslogtreecommitdiff
path: root/irc/ninja/files/patch-source::ircaux.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix build on 5-CURRENT after RFC3542 change (EAI_ADDRFAMILY andHajimu UMEMOTO2003-10-291-0/+16
EAI_NODATA were obsoleted). There is some issue; we have EAI_NODATA as an alias of EAI_NONAME for workaround. However, some of these ports use it as a case label of switch. Since our alias broke such code, we may better to consider deleting such alias. Requested by: kris Approved by: portmgr (kris) (implicitly) Notes: svn path=/head/; revision=92577