X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Ffd-stream.lisp;h=90621d9d6474c097dbf8ebefa091104f22eac921;hb=48ec282d877900caf5ea4ab42e9d87e566ce6b43;hp=0e43da763f5deee0f8c53143c1955dd9e56c744a;hpb=7fb597b585fc715537ea644f7d84440eca217ca1;p=sbcl.git diff --git a/src/code/fd-stream.lisp b/src/code/fd-stream.lisp index 0e43da7..90621d9 100644 --- a/src/code/fd-stream.lisp +++ b/src/code/fd-stream.lisp @@ -1879,7 +1879,6 @@ ;;; Rename NAMESTRING to ORIGINAL. First, check whether we have write ;;; access, since we don't want to trash unwritable files even if we ;;; technically can. We return true if we succeed in renaming. -#!-win32 (defun rename-the-old-one (namestring original) (unless (sb!unix:unix-access namestring sb!unix:w_ok) (error "~@" namestring))