r10390: really fixed on sbcl
authorKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 6 Apr 2005 17:40:37 +0000 (17:40 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 6 Apr 2005 17:40:37 +0000 (17:40 +0000)
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))