* errors.c (krb5int_get_error): Try strerror_r if available before strerror. * plugins.c (ERRSTR): New macro, tries strerror_r and uses strerror only if it fails or isn't available. (krb5int_open_plugin_dir): Use it. Commit By: raeburn Revision: 17944 Changed Files: U trunk/src/util/support/errors.c U trunk/src/util/support/plugins.c