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

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- tools/nut-scanner/scan_usb.c
0
++ tools/nut-scanner/scan_usb.c
Lines 28-34 Link Here
28
#include <ltdl.h>
28
#include <ltdl.h>
29
29
30
/* dynamic link library stuff */
30
/* dynamic link library stuff */
31
static char * libname = "libusb";
31
static char * libname = "libusb-0.1";
32
static lt_dlhandle dl_handle = NULL;
32
static lt_dlhandle dl_handle = NULL;
33
static const char *dl_error = NULL;
33
static const char *dl_error = NULL;
34
static int (*nut_usb_close)(usb_dev_handle *dev);
34
static int (*nut_usb_close)(usb_dev_handle *dev);

Return to bug 486640