summaryrefslogtreecommitdiff
path: root/source4/heimdal/lib/roken/strsep.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-10r15155: Add strsep replacement from heimdal 0.7.2 for systems that don'tJames Peach1-0/+61
have strsep in libc. (This used to be commit 76dea9f68ca9be909c45979c9e5510133e4f2264)