SOURCES: iscsitarget-include.patch (NEW) - fix duplicate definitions with g...

tommat tommat at pld-linux.org
Wed Sep 24 21:44:33 CEST 2008


Author: tommat                       Date: Wed Sep 24 19:44:33 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix duplicate definitions with glibc-headers

---- Files affected:
SOURCES:
   iscsitarget-include.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/iscsitarget-include.patch
diff -u /dev/null SOURCES/iscsitarget-include.patch:1.1
--- /dev/null	Wed Sep 24 21:44:33 2008
+++ SOURCES/iscsitarget-include.patch	Wed Sep 24 21:44:27 2008
@@ -0,0 +1,16 @@
+diff -Nur iscsitarget-0.4.16-orig/usr/misc.h iscsitarget-0.4.16/usr/misc.h
+--- iscsitarget-0.4.16-orig/usr/misc.h	2008-03-18 07:41:02.000000000 +0100
++++ iscsitarget-0.4.16/usr/misc.h	2008-09-24 21:37:30.000000000 +0200
+@@ -5,10 +5,12 @@
+ #ifndef MISC_H
+ #define MISC_H
+ 
++#ifndef __USE_GNU
+ struct qelem {
+ 	struct qelem *q_forw;
+ 	struct qelem *q_back;
+ };
++#endif
+ 
+ /* stolen list stuff from Linux kernel */
+ 
================================================================


More information about the pld-cvs-commit mailing list