[krbdev.mit.edu #2953] CVS Commit
Ken Raeburn via RT
rt-comment at krbdev.mit.edu
Fri Mar 4 18:50:52 EST 2005
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.
To generate a diff of this commit:
cvs diff -r1.492 -r1.493 krb5/src/include/ChangeLog
cvs diff -r1.55 -r1.56 krb5/src/include/configure.in
More information about the krb5-bugs
mailing list