From 62ae7ada12c16e92048087b19a253f316ceba7e3 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Wed, 23 Mar 2005 21:44:02 +0000 Subject: [PATCH] r10368: changed sb-impl::file-stream to sb-impl::fd-stream --- byte-stream.lisp | 2 +- debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) 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 -- 2.34.1