git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17104 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-04-20 16:25:34 +00:00
parent 9294d850a5
commit 2705ba6c2d

View File

@@ -1,5 +1,9 @@
2006-04-14 Love H<>rnquist <20>strand <lha@it.su.se>
2006-04-20 Love H<>rnquist <20>strand <lha@it.su.se>
* fnmatch.hin (fnmatch): CPP rename to rk_fnmatch
2006-04-14 Love H<>rnquist <20>strand <lha@it.su.se>
* resolve.c (dns_srv_order): change a if (ptr == NULL) continue
into a assert(ptr != NULL) since it could never happen, found by
the IBM code checker (beam). Thanks to Florian Krohm for