1.0.4.26: fix wrapped stat struct for darwin
authorCyrus Harmon <ch-sbcl@bobobeach.com>
Thu, 5 Apr 2007 00:33:21 +0000 (00:33 +0000)
committerCyrus Harmon <ch-sbcl@bobobeach.com>
Thu, 5 Apr 2007 00:33:21 +0000 (00:33 +0000)
commit4c84f2e80a87643acf19fa315c84fcd21f60b14d
treee401c01922b44c83c9d807ff1cc1fe40450bcdd1
parent64db34d6fce16b93652fe8185ec6eeffac908fc8
1.0.4.26: fix wrapped stat struct for darwin
 * st-size should be on off-t on darwin, instead of unsigned-int and
   st-blksize should be an unsigned-int instead of an unsigned-long
 * use dev_t and off_t on darwin to figure out the size of st_rdev and
   st_size
 * add ffi_blksize_t for wrapped_st_blksize
src/code/unix.lisp
src/runtime/wrap.c
version.lisp-expr