Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 23111
Collapse All | Expand All

(-)usbutils-0.11.orig/libusb/access.c (-5 / +1 lines)
Lines 29-40 Link Here
29
#endif
29
#endif
30
30
31
#include "libusb.h"
31
#include "libusb.h"
32
33
#ifdef HAVE_LINUX_USB_H
34
#include <linux/usb.h>
35
#else
36
#include "usb.h"
32
#include "usb.h"
37
#endif
33
38
34
39
/* ---------------------------------------------------------------------- */
35
/* ---------------------------------------------------------------------- */
40
36
(-)usbutils-0.11.orig/libusb/descparse.c (-5 / +1 lines)
Lines 29-40 Link Here
29
#endif
29
#endif
30
30
31
#include "libusb.h"
31
#include "libusb.h"
32
33
#ifdef HAVE_LINUX_USB_H
34
#include <linux/usb.h>
35
#else
36
#include "usb.h"
32
#include "usb.h"
37
#endif
33
38
34
39
/* ---------------------------------------------------------------------- */
35
/* ---------------------------------------------------------------------- */
40
36
(-)usbutils-0.11.orig/lsusb.c (-4 / +1 lines)
Lines 42-52 Link Here
42
#else
42
#else
43
#include "usbdevice_fs.h"
43
#include "usbdevice_fs.h"
44
#endif
44
#endif
45
#ifdef HAVE_LINUX_USB_H
46
#include <linux/usb.h>
47
#else
48
#include "usb.h"
45
#include "usb.h"
49
#endif
46
50
47
51
#ifdef HAVE_CONFIG_H
48
#ifdef HAVE_CONFIG_H
52
#include "config.h"
49
#include "config.h"
(-)usbutils-0.11.orig/usbmodules.c (-4 / +1 lines)
Lines 55-65 Link Here
55
#else
55
#else
56
#include "usbdevice_fs.h"
56
#include "usbdevice_fs.h"
57
#endif
57
#endif
58
#ifdef HAVE_LINUX_USB_H
59
#include <linux/usb.h>
60
#else
61
#include "usb.h"
58
#include "usb.h"
62
#endif
59
63
60
64
#ifdef HAVE_CONFIG_H
61
#ifdef HAVE_CONFIG_H
65
#include "config.h"
62
#include "config.h"

Return to bug 23111