X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Funix.lisp;h=a5e583f60e3f5fa4d0bdf303e1e67b6131be3248;hb=ee90e535c985f697c71d839083aed16710f846fd;hp=d8473d137307d8b57720e134d950449d20d1ba3d;hpb=b2f01c86f388284405fa28405fe97898fe158c02;p=sbcl.git diff --git a/src/code/unix.lisp b/src/code/unix.lisp index d8473d1..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 #!-mips 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 #!-mips dev-t) + #!+(and largefile (not mips)) dev-t) (st-size #!-(or darwin mips largefile) unsigned-int #!+(or darwin mips largefile) off-t) #!+(and darwin)