svn commit: r260462 - head/sys/dev/netmap

Gleb Smirnoff glebius at FreeBSD.org
Thu Jan 9 00:59:04 UTC 2014


Author: glebius
Date: Thu Jan  9 00:59:03 2014
New Revision: 260462
URL: http://svnweb.freebsd.org/changeset/base/260462

Log:
  Fix build with VIMAGE.

Modified:
  head/sys/dev/netmap/netmap.c

Modified: head/sys/dev/netmap/netmap.c
==============================================================================
--- head/sys/dev/netmap/netmap.c	Thu Jan  9 00:11:14 2014	(r260461)
+++ head/sys/dev/netmap/netmap.c	Thu Jan  9 00:59:03 2014	(r260462)
@@ -145,6 +145,8 @@ ports attached to the switch)
 #include <sys/socket.h> /* sockaddrs */
 #include <sys/selinfo.h>
 #include <sys/sysctl.h>
+#include <sys/jail.h>
+#include <net/vnet.h>
 #include <net/if.h>
 #include <net/if_var.h>
 #include <net/bpf.h>		/* BIOCIMMEDIATE */


More information about the svn-src-all mailing list