struct timeval->tv_sec may not be time_t on MAC OS, 64-bit.
authoraland <aland>
Wed, 9 May 2007 13:16:00 +0000 (13:16 +0000)
committeraland <aland>
Wed, 9 May 2007 13:16:00 +0000 (13:16 +0000)
commit33fddfc684767fca62a5d6f07ebbc7ee573915dd
tree15b6b62674bac1949b7c25448b6df1d4b713a219
parent7281b040919349498d71bcd59955caa486cd5f69
struct timeval->tv_sec may not be time_t on MAC OS, 64-bit.
i.e. struct timeval->tv_sec is 64-bit, and localtime_t() etc
take a 32-bit pointer.

If we need to remove "request->timestamp" in the future, we can
update the calls to localtime_r(), etc. to use an intermediate
variable, to avoid 32/64-bit issues.
src/main/xlat.c