X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Ffd-stream.lisp;h=b403ffad183e2124e9eea0e7f9e42b89ea37d153;hb=35b5e97163c45e89659dbd75c91d653b49c758d3;hp=cc718510a03252e3d626f4618848d49cd131d216;hpb=c177b7710a9a8668f3bf8567726370b7dbb41726;p=sbcl.git diff --git a/src/code/fd-stream.lisp b/src/code/fd-stream.lisp index cc71851..b403ffa 100644 --- a/src/code/fd-stream.lisp +++ b/src/code/fd-stream.lisp @@ -871,7 +871,6 @@ (:element-type (fd-stream-element-type fd-stream)) (:interactive-p - ;; FIXME: sb!unix:unix-isatty is undefined. (= 1 (the (member 0 1) (sb!unix:unix-isatty (fd-stream-fd fd-stream))))) (:line-length @@ -1226,7 +1225,7 @@ (open-error "~@" pathname)) (t nil))) - ((and (eql errno sb!unix:eexist) if-exists) + ((and (eql errno sb!unix:eexist) (null if-exists)) nil) (t (vanilla-open-error)))))))))