updated early stage3 packages + fixed creation of binaries
[hdw-linux/hdw-linux.git] / packages / hackbard / cdrtools / u8.patch
diff --git a/packages/hackbard/cdrtools/u8.patch b/packages/hackbard/cdrtools/u8.patch
deleted file mode 100644 (file)
index 5d39f47..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
---- ./libscg/scsi-linux-sg.c.orig      2004-08-13 14:21:18.092637976 +0200
-+++ ./libscg/scsi-linux-sg.c   2004-08-13 14:23:28.209857152 +0200
-@@ -65,6 +65,12 @@
- #if LINUX_VERSION_CODE >= 0x01031a /* <linux/scsi.h> introduced in 1.3.26 */
- #if LINUX_VERSION_CODE >= 0x020000 /* <scsi/scsi.h> introduced somewhere. */
-+#if LINUX_VERSION_CODE >= 0x020600 /* header changes for kernel >= 2.6 */
-+#define __KERNEL__
-+#include <linux/compiler.h>
-+#include <asm/types.h>
-+#undef __KERNEL__
-+#endif
- /* Need to fine tune the ifdef so we get the transition point right. */
- #include <scsi/scsi.h>
- #else