summaryrefslogtreecommitdiff
path: root/source4/heimdal/lib/roken/getaddrinfo.c
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r18204: darn, compilers always look in the directory the source is in forAndrew Tridgell1-1/+1
headers with "" even with a -I override. That means our heimdal_build/ roken override doesn't work. Switching to <> style includes in roken fixes this. lha, would be be acceptable upstream? I notice that half your includes of roken.h are with <> now anyway, so should be harmless (and even more consistent!) (This used to be commit 92742b899941687c861a85683ad2c2c6a3083fb6)
2007-10-10r8463: more irix fixes. This one adds some missing addrinfo functionsAndrew Tridgell1-0/+417
(This used to be commit 87f7098ee3a24be202b6aaa1ab2a4e44b7b89975)