aboutsummaryrefslogtreecommitdiff
path: root/src/include/ChangeLog
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2005-03-04 23:50:45 +0000
committerKen Raeburn <raeburn@mit.edu>2005-03-04 23:50:45 +0000
commit39c4fe7e342e6da5599adcbe91d10d18afd3a863 (patch)
tree41c6bcc599ead8120b19af14457addc6f237ac13 /src/include/ChangeLog
parent837b787f59adbf4f92fff364a5bfc6979a038686 (diff)
downloadkrb5-39c4fe7e342e6da5599adcbe91d10d18afd3a863.zip
krb5-39c4fe7e342e6da5599adcbe91d10d18afd3a863.tar.gz
krb5-39c4fe7e342e6da5599adcbe91d10d18afd3a863.tar.bz2
hpux10 has gmtime_r with wrong return type, breaking asn.1 encoder
The hpux10 gmtime_r returns int (0 means success), whereas the POSIX gmtime_r returns a pointer (NULL means failure). * configure.in: Check return type of gmtime_r, and define GMTIME_R_RETURNS_INT if it returns int. If the return type can't be determined, pretend the function isn't there. ticket: new status: open git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17117 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/ChangeLog')
-rw-r--r--src/include/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/ChangeLog b/src/include/ChangeLog
index d4c0cde..b1de45f 100644
--- a/src/include/ChangeLog
+++ b/src/include/ChangeLog
@@ -1,3 +1,9 @@
+2005-03-04 Ken Raeburn <raeburn@mit.edu>
+
+ * configure.in: Check return type of gmtime_r, and define
+ GMTIME_R_RETURNS_INT if it returns int. If the return type can't
+ be determined, pretend the function isn't there.
+
2005-02-08 Ken Raeburn <raeburn@mit.edu>
* k5-platform.h (PROGRAM_EXITING) [__GNUC__ && !_WIN32 &&