X-Git-Url: http://git.kpe.io/?p=kmrcl.git;a=blobdiff_plain;f=byte-stream.lisp;h=712904d31f77a277f14ba7ff4b5a40d11b222ce9;hp=79ce9df449d930637e5a0464a6ca273afc688850;hb=a891bbe411e038e8f15df6a59714aeeec599d80a;hpb=690430250882c7ccaa77033bec06b5d5c5aa1db5 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)