svn commit: r301957 - head/lib/libusb

Hans Petter Selasky hselasky at FreeBSD.org
Thu Jun 16 11:51:21 UTC 2016


Author: hselasky
Date: Thu Jun 16 11:51:20 2016
New Revision: 301957
URL: https://svnweb.freebsd.org/changeset/base/301957

Log:
  Define LIBUSB_API_VERSION.
  
  Approved by:	re (kostikbel)
  Requested by:	swills
  MFC after:	1 week

Modified:
  head/lib/libusb/libusb.h

Modified: head/lib/libusb/libusb.h
==============================================================================
--- head/lib/libusb/libusb.h	Thu Jun 16 07:48:21 2016	(r301956)
+++ head/lib/libusb/libusb.h	Thu Jun 16 11:51:20 2016	(r301957)
@@ -33,6 +33,8 @@
 #include <sys/types.h>
 #endif
 
+#define	LIBUSB_API_VERSION 0x01000102
+
 #define	LIBUSB_CALL
 
 #ifdef __cplusplus


More information about the svn-src-head mailing list