From owner-svn-src-all@FreeBSD.ORG Wed Jun 4 10:42:05 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2A130785; Wed, 4 Jun 2014 10:42:05 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 170162197; Wed, 4 Jun 2014 10:42:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s54Ag49i026219; Wed, 4 Jun 2014 10:42:04 GMT (envelope-from hselasky@svn.freebsd.org) Received: (from hselasky@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s54Ag4qe026218; Wed, 4 Jun 2014 10:42:04 GMT (envelope-from hselasky@svn.freebsd.org) Message-Id: <201406041042.s54Ag4qe026218@svn.freebsd.org> From: Hans Petter Selasky Date: Wed, 4 Jun 2014 10:42:04 +0000 (UTC) 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 X-SVN-Group: stable-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jun 2014 10:42:05 -0000 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 #include +#define LIBUSB_CALL + #ifdef __cplusplus extern "C" { #endif