git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11172 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2002-08-20 15:53:02 +00:00
parent 5d1e7df512
commit 090742662a
2 changed files with 10 additions and 0 deletions

View File

@@ -1,5 +1,7 @@
2002-08-20 Johan Danielsson <joda@pdc.kth.se>
* krb-version.m4: use PACKAGE_TARNAME and PACKAGE_STRING
* broken-getaddrinfo.m4: can't test for EAI_SERVICE here since AIX
is even more fsck:ed

View File

@@ -1,5 +1,13 @@
2002-08-20 Johan Danielsson <joda@pdc.kth.se>
* resolve.c: _res might not be available
* localtime_r.c: include stdio.h and roken.h
* strftime.c: only use altzone if we have it
* roken-common.h: AI_NUMERICHOST needs special handling
* strlcat.c: add some consistency checks
* strlcpy.c: make the logic simpler, and handle dst_sz == 0