r10388: more sbcl fix
authorKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 6 Apr 2005 17:01:29 +0000 (17:01 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 6 Apr 2005 17:01:29 +0000 (17:01 +0000)
byte-stream.lisp

index 79ce9df449d930637e5a0464a6ca273afc688850..712904d31f77a277f14ba7ff4b5a40d11b222ce9 100644 (file)
@@ -27,7 +27,7 @@
 (progn
 (defstruct (byte-array-output-stream
              (:include #+cmu system:lisp-stream
-                      #+sbcl sb-impl::fd-stream
+                      #+sbcl sb-sys:fd-stream
                        (bout #'byte-array-bout)
                        (misc #'byte-array-out-misc))
              (:print-function %print-byte-array-output-stream)