cvs commit: ports/irc/ninja/files patch-source::ircaux.c
Hajimu UMEMOTO
ume at FreeBSD.org
Wed Oct 29 08:21:49 PST 2003
ume 2003/10/29 08:21:48 PST
FreeBSD ports repository
Added files:
irc/ninja/files patch-source::ircaux.c
Log:
fix build on 5-CURRENT after RFC3542 change (EAI_ADDRFAMILY and
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)
Revision Changes Path
1.1 +16 -0 ports/irc/ninja/files/patch-source::ircaux.c (new)
More information about the cvs-ports
mailing list