Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Jun 2016 11:51:20 +0000 (UTC)
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r301957 - head/lib/libusb
Message-ID:  <201606161151.u5GBpKJf038939@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606161151.u5GBpKJf038939>