Commit By: raeburn Log Message: Define a localtime_r wrapper around localtime if the system doesn't provide localtime_r, instead of handling it in-line. Check for error indication from localtime_r. Call localtime_r only once instead of each time around the loop. Changed Files: U trunk/src/lib/krb5/krb/str_conv.c