The following reply was made to PR usb/190204; it has been noted by GNATS.

From: dfil...@freebsd.org (dfilter service)
To: bug-follo...@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-...@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"
 
_______________________________________________
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"

Reply via email to