diff options
author | sephe <sephe@FreeBSD.org> | 2016-10-19 07:46:20 +0000 |
---|---|---|
committer | sephe <sephe@FreeBSD.org> | 2016-10-19 07:46:20 +0000 |
commit | d1c0a7c2aa4530de0d6a4e5be3a12549fc664277 (patch) | |
tree | 0a934ad5e8c5cf08143f941fc2c019b73cbbb98d | |
parent | 7546538727741cbe98d8e35ace48d47c5602ecb7 (diff) | |
download | FreeBSD-src-d1c0a7c2aa4530de0d6a4e5be3a12549fc664277.zip FreeBSD-src-d1c0a7c2aa4530de0d6a4e5be3a12549fc664277.tar.gz |
MFC 307263
hyperv/vmbus: Add __FBSDID
Sponsored by: Microsoft
-rw-r--r-- | sys/dev/hyperv/vmbus/vmbus_br.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/hyperv/vmbus/vmbus_br.c b/sys/dev/hyperv/vmbus/vmbus_br.c index 99f4f88..d9bd787 100644 --- a/sys/dev/hyperv/vmbus/vmbus_br.c +++ b/sys/dev/hyperv/vmbus/vmbus_br.c @@ -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> |