X-Git-Url: http://git.kpe.io/?p=kmrcl.git;a=blobdiff_plain;f=byte-stream.lisp;h=a375cdcd6f5ca6ab3860d95dcdecd20f089d8470;hp=a712803bc243ef7ed995575467c00e53c8c65003;hb=90225d9ba12f7a9116bcc923afdaf6e76a8c6728;hpb=e72051a4ccdf6b71a0edbddca9745cc97090073d 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))