diff -Nrc torque_gss-2.4.3/src/lib/Liblog/pbs_log.c torque_gss-2.4.3_ab/src/lib/Liblog/pbs_log.c *** torque_gss-2.4.3/src/lib/Liblog/pbs_log.c 2009-11-11 09:39:19.000000000 -0600 --- torque_gss-2.4.3_ab/src/lib/Liblog/pbs_log.c 2009-12-15 12:21:39.000000000 -0600 *************** *** 165,171 **** char *pbuf) /* O (minsize=1024) */ { ! struct tm *ptm; struct tm tmpPtm; time_t time_now; --- 165,171 ---- char *pbuf) /* O (minsize=1024) */ { ! extern struct tm *localtime_r(const time_t *timer, struct tm *result); struct tm *ptm; struct tm tmpPtm; time_t time_now;