svn commit: r193618 - head/sys/dev/xen/netfront

Adrian Chadd adrian at FreeBSD.org
Sun Jun 7 05:52:23 UTC 2009


Author: adrian
Date: Sun Jun  7 05:52:22 2009
New Revision: 193618
URL: http://svn.freebsd.org/changeset/base/193618

Log:
  Fix compilation when compiled w/out WITNESS.
  
  Submitted by:	Edwin Shao <poleris at gmail.com>

Modified:
  head/sys/dev/xen/netfront/netfront.c

Modified: head/sys/dev/xen/netfront/netfront.c
==============================================================================
--- head/sys/dev/xen/netfront/netfront.c	Sun Jun  7 05:49:37 2009	(r193617)
+++ head/sys/dev/xen/netfront/netfront.c	Sun Jun  7 05:52:22 2009	(r193618)
@@ -30,6 +30,7 @@ __FBSDID("$FreeBSD$");
 #include <sys/socket.h>
 #include <sys/sysctl.h>
 #include <sys/queue.h>
+#include <sys/lock.h>
 #include <sys/sx.h>
 
 #include <net/if.h>


More information about the svn-src-all mailing list