From: Kevin M. Rosenberg Date: Wed, 6 Apr 2005 17:40:37 +0000 (+0000) Subject: r10390: really fixed on sbcl X-Git-Tag: v1.96~34 X-Git-Url: http://git.kpe.io/?p=kmrcl.git;a=commitdiff_plain;h=a5f8c5c91b2dc670e196147b08dafa0ca23259e4 r10390: really fixed on sbcl --- diff --git a/byte-stream.lisp b/byte-stream.lisp index a712803..a375cdc 100644 --- a/byte-stream.lisp +++ b/byte-stream.lisp @@ -34,7 +34,7 @@ (progn (defstruct (byte-array-output-stream (:include #+cmu system:lisp-stream - #+(and sbcl old-sb-file-stream) sb-impl::fd-stream + #+(and sbcl old-sb-file-stream) sb-impl::file-stream #+(and sbcl (not old-sb-file-stream)) sb-sys:fd-stream (bout #'byte-array-bout) (misc #'byte-array-out-misc))