1.0.4.1: fix sb-posix atime/mtime/ctime
authorCyrus Harmon <ch-sbcl@bobobeach.com>
Mon, 26 Mar 2007 00:57:09 +0000 (00:57 +0000)
committerCyrus Harmon <ch-sbcl@bobobeach.com>
Mon, 26 Mar 2007 00:57:09 +0000 (00:57 +0000)
commitc43e3ee7e99bf8116402c2e6a90320b2e92b391b
treea60aa2e096bcdd93a31336eb1e012ecf4d537dd3
parentea155ea44e978b606fd61cb123e8b5d0834f4e27
1.0.4.1: fix sb-posix atime/mtime/ctime
 * st_atime, st_mtime and st_ctime were broken in a perhaps misguided
   attempt to fix these for x86-64 by exposing the timespec struct
   instead of just passing the first time_t (which is really the
   tv_sec field of the struct) as the return value. This patch
   restores the previous behavior. This may cause a regression for
   x86_64/darwin, but we should find a better fix. We should also
   consider removing the wrapped_stat bit and the corresponding C code
   wrapper.
version.lisp-expr