From a891bbe411e038e8f15df6a59714aeeec599d80a Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Wed, 6 Apr 2005 17:01:29 +0000 Subject: [PATCH] r10388: more sbcl fix --- byte-stream.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.34.1