From c43e3ee7e99bf8116402c2e6a90320b2e92b391b Mon Sep 17 00:00:00 2001 From: Cyrus Harmon Date: Mon, 26 Mar 2007 00:57:09 +0000 Subject: [PATCH] 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.lisp-expr b/version.lisp-expr index 28467ef..dfb585b 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -17,4 +17,4 @@ ;;; checkins which aren't released. (And occasionally for internal ;;; versions, especially for internal versions off the main CVS ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".) -"1.0.4" +"1.0.4.1" -- 1.7.10.4