aboutsummaryrefslogtreecommitdiff
path: root/sysutils/cdrtools-devel/files/patch-ai
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/cdrtools-devel/files/patch-ai')
-rw-r--r--sysutils/cdrtools-devel/files/patch-ai20
1 files changed, 0 insertions, 20 deletions
diff --git a/sysutils/cdrtools-devel/files/patch-ai b/sysutils/cdrtools-devel/files/patch-ai
deleted file mode 100644
index 86abda3cc0fe..000000000000
--- a/sysutils/cdrtools-devel/files/patch-ai
+++ /dev/null
@@ -1,20 +0,0 @@
---- cdrecord/drv_philips.c.orig Tue Feb 20 23:56:44 2001
-+++ cdrecord/drv_philips.c Tue Sep 18 17:42:51 2001
-@@ -505,12 +505,15 @@
- * READ BUFFER SCSI cmd which is meant to be used for
- * something totally else, and which would only jam the
- * Plasmon due to the incorrect parameters used.
-+ *
-+ * We need to return some !0 value, otherwise the upper
-+ * layer would still issue a READ BUFFER, sigh.
- */
-
- if (sp)
-- *sp = 0L;
-+ *sp = 1L * 1024 * 1024;
- if (fp)
-- *fp = 0L;
-+ *fp = 1L * 1024 * 1024;
-
- return (100); /* 100 % */
- }