From: Kevin M. Rosenberg Date: Wed, 6 Apr 2005 17:01:29 +0000 (+0000) Subject: r10388: more sbcl fix X-Git-Tag: v1.96~36 X-Git-Url: http://git.kpe.io/?p=kmrcl.git;a=commitdiff_plain;h=a891bbe411e038e8f15df6a59714aeeec599d80a;hp=690430250882c7ccaa77033bec06b5d5c5aa1db5 r10388: more sbcl fix --- diff --git a/byte-stream.lisp b/byte-stream.lisp index 79ce9df..712904d 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::fd-stream + #+sbcl sb-sys:fd-stream (bout #'byte-array-bout) (misc #'byte-array-out-misc)) (:print-function %print-byte-array-output-stream)