From a5f8c5c91b2dc670e196147b08dafa0ca23259e4 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Wed, 6 Apr 2005 17:40:37 +0000 Subject: [PATCH] r10390: really fixed on sbcl --- byte-stream.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/byte-stream.lisp b/byte-stream.lisp index a712803..a375cdc 100644 --- a/byte-stream.lisp +++ b/byte-stream.lisp @@ -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)) -- 2.34.1