r10368: changed sb-impl::file-stream to sb-impl::fd-stream
authorKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 23 Mar 2005 21:44:02 +0000 (21:44 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 23 Mar 2005 21:44:02 +0000 (21:44 +0000)
byte-stream.lisp
debian/changelog

index 617cad54f765d9a15ce1b576185fb6c693b10ae2..6bea1f167a360ecafa16233d05141c256758ce2d 100644 (file)
@@ -27,7 +27,7 @@
 (progn
 (defstruct (byte-array-output-stream
              (:include #+cmu system:lisp-stream
 (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)
                        (bout #'byte-array-bout)
                        (misc #'byte-array-out-misc))
              (:print-function %print-byte-array-output-stream)
index a3b6a4fca01fce152da8d03f11880cd8268c61bb..c20b7bcc0ccdd1f922df43fa382f7cbc0a7ef35b 100644 (file)
@@ -1,3 +1,9 @@
+cl-kmrcl (1.81-1) unstable; urgency=low
+
+  * New upstream
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Wed, 23 Mar 2005 14:43:38 -0700
+
 cl-kmrcl (1.80-1) unstable; urgency=low
 
   * New upstream
 cl-kmrcl (1.80-1) unstable; urgency=low
 
   * New upstream