SOURCES: linux-gpib-include_file.patch (NEW) - remove path for inc...

wolvverine wolvverine at pld-linux.org
Thu Dec 6 02:55:49 CET 2007


Author: wolvverine                   Date: Thu Dec  6 01:55:49 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- remove path for included files

---- Files affected:
SOURCES:
   linux-gpib-include_file.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/linux-gpib-include_file.patch
diff -u /dev/null SOURCES/linux-gpib-include_file.patch:1.1
--- /dev/null	Thu Dec  6 02:55:49 2007
+++ SOURCES/linux-gpib-include_file.patch	Thu Dec  6 02:55:44 2007
@@ -0,0 +1,22 @@
+--- linux-gpib-3.2.09/drivers/gpib/include/gpib_types.h	2007-12-06 00:25:49.000000000 +0000
++++ linux-gpib-3.2.09/drivers/gpib/include/gpib_types.h.orig	2007-12-06 00:25:24.000000000 +0000
+@@ -24,7 +24,7 @@
+  * and generic interface provided by gpib-common.
+  * This really should be in a different header file.
+  */
+-#include "gpib/gpib_user.h"
++#include "gpib_user.h"
+ #include <linux/wait.h>
+ #include <linux/timer.h>
+ #include <linux/interrupt.h>
+--- linux-gpib-3.2.09/drivers/gpib/include/gpibP.h.orig	2007-12-06 00:42:20.000000000 +0000
++++ linux-gpib-3.2.09/drivers/gpib/include/gpibP.h	2007-12-06 00:47:22.000000000 +0000
+@@ -20,7 +20,7 @@
+ 
+ #include <linux/types.h>
+ 
+-#include "gpib/gpib_user.h"
++#include "gpib_user.h"
+ #include "gpib_types.h"
+ #include "gpib_proto.h"
+ #include "gpib_ioctl.h"
================================================================


More information about the pld-cvs-commit mailing list