From: Kevin M. Rosenberg Date: Wed, 23 Mar 2005 21:44:02 +0000 (+0000) Subject: r10368: changed sb-impl::file-stream to sb-impl::fd-stream X-Git-Tag: v1.96~38 X-Git-Url: http://git.kpe.io/?p=kmrcl.git;a=commitdiff_plain;h=62ae7ada12c16e92048087b19a253f316ceba7e3 r10368: changed sb-impl::file-stream to sb-impl::fd-stream --- diff --git a/byte-stream.lisp b/byte-stream.lisp index 617cad5..6bea1f1 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::file-stream + #+sbcl sb-impl::fd-stream (bout #'byte-array-bout) (misc #'byte-array-out-misc)) (:print-function %print-byte-array-output-stream) diff --git a/debian/changelog b/debian/changelog index a3b6a4f..c20b7bc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-kmrcl (1.81-1) unstable; urgency=low + + * New upstream + + -- Kevin M. Rosenberg Wed, 23 Mar 2005 14:43:38 -0700 + cl-kmrcl (1.80-1) unstable; urgency=low * New upstream