]> git.pld-linux.org Git - packages/linux-gpib.git/blob - linux-gpib-include_file.patch
926cbb2557202a545bd816a57f95b732a8216aa2
[packages/linux-gpib.git] / linux-gpib-include_file.patch
1 --- linux-gpib-3.2.09/drivers/gpib/include/gpib_types.h 2007-12-06 00:25:49.000000000 +0000
2 +++ linux-gpib-3.2.09/drivers/gpib/include/gpib_types.h.orig    2007-12-06 00:25:24.000000000 +0000
3 @@ -24,7 +24,7 @@
4   * and generic interface provided by gpib-common.
5   * This really should be in a different header file.
6   */
7 -#include "gpib/gpib_user.h"
8 +#include "gpib_user.h"
9  #include <linux/wait.h>
10  #include <linux/timer.h>
11  #include <linux/interrupt.h>
12 --- linux-gpib-3.2.09/drivers/gpib/include/gpibP.h.orig 2007-12-06 00:42:20.000000000 +0000
13 +++ linux-gpib-3.2.09/drivers/gpib/include/gpibP.h      2007-12-06 00:47:22.000000000 +0000
14 @@ -20,7 +20,7 @@
15  
16  #include <linux/types.h>
17  
18 -#include "gpib/gpib_user.h"
19 +#include "gpib_user.h"
20  #include "gpib_types.h"
21  #include "gpib_proto.h"
22  #include "gpib_ioctl.h"
This page took 0.051796 seconds and 2 git commands to generate.