aboutsummaryrefslogtreecommitdiff
path: root/sys/nfsclient
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-06-27 11:44:22 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-06-27 11:44:22 +0000
commite96c1fdc3ff516d0042722c3918edb9a9be874bd (patch)
treeee2a0c72597d8e6b3f9b69fb45cfcee5a10cea9a /sys/nfsclient
parent79db8f45875b01c35b70f6c22c6eac1704a70d78 (diff)
downloadsrc-e96c1fdc3ff516d0042722c3918edb9a9be874bd.tar.gz
src-e96c1fdc3ff516d0042722c3918edb9a9be874bd.zip
Minor tweaks to make sure (new) prerequisites for <sys/buf.h> (mostly
splbio()/splx()) are #included in time.
Notes
Notes: svn path=/head/; revision=48274
Diffstat (limited to 'sys/nfsclient')
-rw-r--r--sys/nfsclient/nfs_subs.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/nfsclient/nfs_subs.c b/sys/nfsclient/nfs_subs.c
index 554e182c1239..d2d4365ac956 100644
--- a/sys/nfsclient/nfs_subs.c
+++ b/sys/nfsclient/nfs_subs.c
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* @(#)nfs_subs.c 8.8 (Berkeley) 5/22/95
- * $Id: nfs_subs.c,v 1.76 1999/06/23 04:44:12 julian Exp $
+ * $Id: nfs_subs.c,v 1.77 1999/06/26 02:46:30 mckusick Exp $
*/
/*
@@ -43,10 +43,10 @@
* copy data between mbuf chains and uio lists.
*/
#include <sys/param.h>
-#include <sys/buf.h>
-#include <sys/proc.h>
#include <sys/systm.h>
#include <sys/kernel.h>
+#include <sys/buf.h>
+#include <sys/proc.h>
#include <sys/mount.h>
#include <sys/vnode.h>
#include <sys/namei.h>