]> git.pld-linux.org Git - packages/cdrtools.git/commitdiff
- evil, __KERNEL__ shouldn't be used in userspace; just get correct headers instead
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 24 Dec 2003 01:09:31 +0000 (01:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cdrtools-u8-type.aptch -> 1.2

cdrtools-u8-type.aptch [deleted file]

diff --git a/cdrtools-u8-type.aptch b/cdrtools-u8-type.aptch
deleted file mode 100644 (file)
index 0013821..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -urN cdrtools-2.01.org/libscg/scsi-linux-sg.c cdrtools-2.01/libscg/scsi-linux-sg.c
---- cdrtools-2.01.org/libscg/scsi-linux-sg.c   Thu May  1 18:25:04 2003
-+++ cdrtools-2.01/libscg/scsi-linux-sg.c       Thu May  1 18:25:39 2003
-@@ -66,7 +66,10 @@
- #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. */
-+#define __KERNEL__
-+#include <asm/types.h>
- #include <scsi/scsi.h>
-+#undef __KERNEL__
- #else
- #include <linux/scsi.h>
- #endif
This page took 0.039894 seconds and 4 git commands to generate.