X-Git-Url: http://git.kpe.io/?p=kmrcl.git;a=blobdiff_plain;f=byte-stream.lisp;h=6bea1f167a360ecafa16233d05141c256758ce2d;hp=617cad54f765d9a15ce1b576185fb6c693b10ae2;hb=62ae7ada12c16e92048087b19a253f316ceba7e3;hpb=807dcf9e31a7cab95a3350c056605bd2d43d34a8 diff --git a/byte-stream.lisp b/byte-stream.lisp index 617cad5..6bea1f1 100644 --- a/byte-stream.lisp +++ b/byte-stream.lisp @@ -27,7 +27,7 @@ (progn (defstruct (byte-array-output-stream (:include #+cmu system:lisp-stream - #+sbcl sb-impl::file-stream + #+sbcl sb-impl::fd-stream (bout #'byte-array-bout) (misc #'byte-array-out-misc)) (:print-function %print-byte-array-output-stream)