Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Oct 2016 05:47:59 +0000 (UTC)
From:      Sepherosa Ziehau <sephe@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r307263 - head/sys/dev/hyperv/vmbus
Message-ID:  <201610140547.u9E5lxcs026365@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sephe
Date: Fri Oct 14 05:47:59 2016
New Revision: 307263
URL: https://svnweb.freebsd.org/changeset/base/307263

Log:
  hyperv/vmbus: Add __FBSDID
  
  Sponsored by:	Microsoft

Modified:
  head/sys/dev/hyperv/vmbus/vmbus_br.c

Modified: head/sys/dev/hyperv/vmbus/vmbus_br.c
==============================================================================
--- head/sys/dev/hyperv/vmbus/vmbus_br.c	Fri Oct 14 05:41:51 2016	(r307262)
+++ head/sys/dev/hyperv/vmbus/vmbus_br.c	Fri Oct 14 05:47:59 2016	(r307263)
@@ -26,6 +26,9 @@
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
 #include <sys/param.h>
 #include <sys/lock.h>
 #include <sys/mutex.h>



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