summaryrefslogtreecommitdiff
path: root/lib/libusb
diff options
context:
space:
mode:
authorHans Petter Selasky <hselasky@FreeBSD.org>2012-04-25 21:50:20 +0000
committerHans Petter Selasky <hselasky@FreeBSD.org>2012-04-25 21:50:20 +0000
commit93fab61dfae3029086c0f94eecc62cc7a2e46a0b (patch)
tree559e1302b581370e521a5bb07b288a91c61fba8f /lib/libusb
parent084f679591fb8700c7174944a62c9619b72941f2 (diff)
Notes
Diffstat (limited to 'lib/libusb')
-rw-r--r--lib/libusb/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libusb/Makefile b/lib/libusb/Makefile
index 538b8e6d3e52..75efe2eb60dc 100644
--- a/lib/libusb/Makefile
+++ b/lib/libusb/Makefile
@@ -5,7 +5,7 @@
#
LIB= usb
-SHLIB_MAJOR= 2
+SHLIB_MAJOR= 3
SHLIB_MINOR= 0
SRCS= libusb20.c
SRCS+= libusb20_desc.c
@@ -70,7 +70,7 @@ MLINKS += libusb.3 libusb_detach_kernel_driver.3
MLINKS += libusb.3 libusb_detach_kernel_driver_np.3
MLINKS += libusb.3 libusb_attach_kernel_driver.3
MLINKS += libusb.3 libusb_get_device_descriptor.3
-MLINKS += libusb.3 libsub_get_active_config_descriptor.3
+MLINKS += libusb.3 libusb_get_active_config_descriptor.3
MLINKS += libusb.3 libusb_get_config_descriptor.3
MLINKS += libusb.3 libusb_get_config_descriptor_by_value.3
MLINKS += libusb.3 libusb_free_config_descriptor.3