r10368: changed sb-impl::file-stream to sb-impl::fd-stream
[kmrcl.git] / byte-stream.lisp
index 617cad54f765d9a15ce1b576185fb6c693b10ae2..6bea1f167a360ecafa16233d05141c256758ce2d 100644 (file)
@@ -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)