usb/190204: commit references a PR
dfilter service
dfilter at FreeBSD.ORG
Sun May 25 18:10:01 UTC 2014
The following reply was made to PR usb/190204; it has been noted by GNATS.
From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:
Subject: Re: usb/190204: commit references a PR
Date: Sun, 25 May 2014 18:06:35 +0000 (UTC)
Author: hselasky
Date: Sun May 25 18:06:32 2014
New Revision: 266664
URL: http://svnweb.freebsd.org/changeset/base/266664
Log:
Add empty LIBUSB_CALL macro, to be compatible to the libusb 1.0-API
from sourceforge.
PR: usb/190204
MFC after: 1 week
Modified:
head/lib/libusb/libusb.h
Modified: head/lib/libusb/libusb.h
==============================================================================
--- head/lib/libusb/libusb.h Sun May 25 18:06:28 2014 (r266663)
+++ head/lib/libusb/libusb.h Sun May 25 18:06:32 2014 (r266664)
@@ -33,6 +33,8 @@
#include <sys/types.h>
#endif
+#define LIBUSB_CALL
+
#ifdef __cplusplus
extern "C" {
#endif
_______________________________________________
svn-src-all at freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscribe at freebsd.org"
More information about the freebsd-usb
mailing list