svn commit: r201044 - head/sys/nfsclient

Bjoern A. Zeeb bz at FreeBSD.org
Sun Dec 27 10:10:39 UTC 2009


Author: bz
Date: Sun Dec 27 10:10:38 2009
New Revision: 201044
URL: http://svn.freebsd.org/changeset/base/201044

Log:
  Add missing include to make LINT-VIMAGE build as well.
  
  Found by:	test building an MFC candidate
  X-MFC with:	r200471

Modified:
  head/sys/nfsclient/krpc_subr.c

Modified: head/sys/nfsclient/krpc_subr.c
==============================================================================
--- head/sys/nfsclient/krpc_subr.c	Sun Dec 27 07:04:27 2009	(r201043)
+++ head/sys/nfsclient/krpc_subr.c	Sun Dec 27 10:10:38 2009	(r201044)
@@ -47,6 +47,7 @@ __FBSDID("$FreeBSD$");
 
 #include <sys/param.h>
 #include <sys/systm.h>
+#include <sys/jail.h>
 #include <sys/malloc.h>
 #include <sys/mbuf.h>
 #include <sys/proc.h>


More information about the svn-src-head mailing list