X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Funix.lisp;h=a5e583f60e3f5fa4d0bdf303e1e67b6131be3248;hb=ee90e535c985f697c71d839083aed16710f846fd;hp=7021ce4a130a27d9e45822ad5c48fa8648a09314;hpb=ad6345c0021507c8830c7c8541ed651a89792335;p=sbcl.git diff --git a/src/code/unix.lisp b/src/code/unix.lisp index 7021ce4..a5e583f 100644 --- a/src/code/unix.lisp +++ b/src/code/unix.lisp @@ -660,7 +660,7 @@ SYSCALL-FORM. Repeat evaluation of SYSCALL-FORM if it is interrupted." (struct wrapped_stat (st-dev #!-(or mips largefile) unsigned-int #!+mips unsigned-long - #!+largefile dev-t) + #!+(and largefile (not mips)) dev-t) (st-ino ino-t) (st-mode mode-t) (st-nlink nlink-t) @@ -668,7 +668,7 @@ SYSCALL-FORM. Repeat evaluation of SYSCALL-FORM if it is interrupted." (st-gid gid-t) (st-rdev #!-(or mips largefile) unsigned-int #!+mips unsigned-long - #!+largefile dev-t) + #!+(and largefile (not mips)) dev-t) (st-size #!-(or darwin mips largefile) unsigned-int #!+(or darwin mips largefile) off-t) #!+(and darwin)