summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-cdr/cdrtools-dvdr/files/cdrtools-2.01-kernel25-support.patch')
-rw-r--r--app-cdr/cdrtools-dvdr/files/cdrtools-2.01-kernel25-support.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/app-cdr/cdrtools-dvdr/files/cdrtools-2.01-kernel25-support.patch b/app-cdr/cdrtools-dvdr/files/cdrtools-2.01-kernel25-support.patch
deleted file mode 100644
index 14ad73d6171b..000000000000
--- a/app-cdr/cdrtools-dvdr/files/cdrtools-2.01-kernel25-support.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- cdrtools-2.01/libscg/scsi-linux-sg.c.orig 2003-02-05 21:01:31.000000000 +0200
-+++ cdrtools-2.01/libscg/scsi-linux-sg.c 2003-02-05 21:16:33.000000000 +0200
-@@ -66,6 +66,11 @@
- #if LINUX_VERSION_CODE >= 0x01031a /* <linux/scsi.h> introduced in 1.3.26 */
- #if LINUX_VERSION_CODE >= 0x020000 /* <scsi/scsi.h> introduced somewhere. */
- /* Need to fine tune the ifdef so we get the transition point right. */
-+#if LINUX_VERSION_CODE >= 0x020500 /* 2.5.x breaks things again */
-+#define __KERNEL__
-+#include <asm/types.h>
-+#undef __KERNEL__
-+#endif
- #include <scsi/scsi.h>
- #else
- #include <linux/scsi.h>