summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lisp/cl-acl-compat/files/1.2.27.2003.09.19-lw-buffering.lisp-gentoo.patch')
-rw-r--r--dev-lisp/cl-acl-compat/files/1.2.27.2003.09.19-lw-buffering.lisp-gentoo.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/dev-lisp/cl-acl-compat/files/1.2.27.2003.09.19-lw-buffering.lisp-gentoo.patch b/dev-lisp/cl-acl-compat/files/1.2.27.2003.09.19-lw-buffering.lisp-gentoo.patch
deleted file mode 100644
index ba431782d5ad..000000000000
--- a/dev-lisp/cl-acl-compat/files/1.2.27.2003.09.19-lw-buffering.lisp-gentoo.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ur cl-portable-aserve-1.2.27+cvs2003.09.19.orig/acl-compat/lw-buffering.lisp cl-portable-aserve-1.2.27+cvs2003.09.19/acl-compat/lw-buffering.lisp
---- cl-portable-aserve-1.2.27+cvs2003.09.19.orig/acl-compat/lw-buffering.lisp 2003-09-05 00:51:32.000000000 -0500
-+++ cl-portable-aserve-1.2.27+cvs2003.09.19/acl-compat/lw-buffering.lisp 2003-10-14 14:47:19.819153352 -0500
-@@ -261,7 +261,7 @@
- (stream-flush-buffer stream)
- (force-output (native-lisp-stream stream)))
-
--(defmethod stream-clear-output ((stream buffered-bivalent-output-stream))
-+#-sbcl (defmethod stream-clear-output ((stream buffered-bivalent-output-stream))
- (with-stream-output-buffer (buffer index limit) stream
- (setf index 0
- limit 0))