r10985: actually apply diff
[kmrcl.git] / byte-stream.lisp
index a712803bc243ef7ed995575467c00e53c8c65003..a375cdcd6f5ca6ab3860d95dcdecd20f089d8470 100644 (file)
@@ -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))