Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Jun 2014 10:42:04 +0000 (UTC)
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r267048 - stable/8/lib/libusb
Message-ID:  <201406041042.s54Ag4qe026218@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: hselasky
Date: Wed Jun  4 10:42:04 2014
New Revision: 267048
URL: http://svnweb.freebsd.org/changeset/base/267048

Log:
  MFC r266664:
  Add empty LIBUSB_CALL macro, to be compatible to the libusb 1.0-API
  from sourceforge.
  
  PR:		usb/190204

Modified:
  stable/8/lib/libusb/libusb.h
Directory Properties:
  stable/8/lib/   (props changed)
  stable/8/lib/libusb/   (props changed)

Modified: stable/8/lib/libusb/libusb.h
==============================================================================
--- stable/8/lib/libusb/libusb.h	Wed Jun  4 10:40:43 2014	(r267047)
+++ stable/8/lib/libusb/libusb.h	Wed Jun  4 10:42:04 2014	(r267048)
@@ -30,6 +30,8 @@
 #include <sys/time.h>
 #include <sys/types.h>
 
+#define	LIBUSB_CALL
+
 #ifdef __cplusplus
 extern	"C" {
 #endif



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