summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient
diff options
context:
space:
mode:
authorgrog <grog@FreeBSD.org>2001-04-23 09:05:15 +0000
committergrog <grog@FreeBSD.org>2001-04-23 09:05:15 +0000
commit1f5de3071891f86c0e7d51efde6705f5b8ac2959 (patch)
tree2f60aabcb12c36c1d96b7e6a92c008714a5a2f7c /sys/nfsclient
parentcdfbb3de26026e4ee99ec51a6eee46d807a9dcf7 (diff)
downloadFreeBSD-src-1f5de3071891f86c0e7d51efde6705f5b8ac2959.zip
FreeBSD-src-1f5de3071891f86c0e7d51efde6705f5b8ac2959.tar.gz
Correct #includes to work with fixed sys/mount.h.
Diffstat (limited to 'sys/nfsclient')
-rw-r--r--sys/nfsclient/nfs_bio.c2
-rw-r--r--sys/nfsclient/nfs_lock.c2
-rw-r--r--sys/nfsclient/nfs_nfsiod.c2
-rw-r--r--sys/nfsclient/nfs_node.c2
-rw-r--r--sys/nfsclient/nfs_socket.c2
-rw-r--r--sys/nfsclient/nfs_subs.c2
-rw-r--r--sys/nfsclient/nfs_vfsops.c2
-rw-r--r--sys/nfsclient/nfs_vnops.c2
8 files changed, 16 insertions, 0 deletions
diff --git a/sys/nfsclient/nfs_bio.c b/sys/nfsclient/nfs_bio.c
index cb7297f..2154d1b 100644
--- a/sys/nfsclient/nfs_bio.c
+++ b/sys/nfsclient/nfs_bio.c
@@ -46,6 +46,8 @@
#include <sys/bio.h>
#include <sys/buf.h>
#include <sys/vnode.h>
+#include <net/radix.h>
+#include <sys/socket.h>
#include <sys/mount.h>
#include <sys/kernel.h>
diff --git a/sys/nfsclient/nfs_lock.c b/sys/nfsclient/nfs_lock.c
index aaac361..bc375d00 100644
--- a/sys/nfsclient/nfs_lock.c
+++ b/sys/nfsclient/nfs_lock.c
@@ -34,6 +34,8 @@
#include <sys/fcntl.h>
#include <sys/malloc.h>
#include <sys/mbuf.h>
+#include <net/radix.h>
+#include <sys/socket.h>
#include <sys/mount.h>
#include <sys/namei.h>
#include <sys/proc.h>
diff --git a/sys/nfsclient/nfs_nfsiod.c b/sys/nfsclient/nfs_nfsiod.c
index a47d5a8..e461d0d 100644
--- a/sys/nfsclient/nfs_nfsiod.c
+++ b/sys/nfsclient/nfs_nfsiod.c
@@ -46,6 +46,8 @@
#include <sys/filedesc.h>
#include <sys/vnode.h>
#include <sys/malloc.h>
+#include <net/radix.h>
+#include <sys/socket.h>
#include <sys/mount.h>
#include <sys/proc.h>
#include <sys/bio.h>
diff --git a/sys/nfsclient/nfs_node.c b/sys/nfsclient/nfs_node.c
index 0191b66..6531fd0 100644
--- a/sys/nfsclient/nfs_node.c
+++ b/sys/nfsclient/nfs_node.c
@@ -40,6 +40,8 @@
#include <sys/param.h>
#include <sys/systm.h>
+#include <net/radix.h>
+#include <sys/socket.h>
#include <sys/mount.h>
#include <sys/namei.h>
#include <sys/vnode.h>
diff --git a/sys/nfsclient/nfs_socket.c b/sys/nfsclient/nfs_socket.c
index fefeea8..de6a592 100644
--- a/sys/nfsclient/nfs_socket.c
+++ b/sys/nfsclient/nfs_socket.c
@@ -45,6 +45,8 @@
#include <sys/systm.h>
#include <sys/proc.h>
#include <sys/malloc.h>
+#include <net/radix.h>
+#include <sys/socket.h>
#include <sys/mount.h>
#include <sys/kernel.h>
#include <sys/mbuf.h>
diff --git a/sys/nfsclient/nfs_subs.c b/sys/nfsclient/nfs_subs.c
index c7e6917..ac9c217 100644
--- a/sys/nfsclient/nfs_subs.c
+++ b/sys/nfsclient/nfs_subs.c
@@ -48,6 +48,8 @@
#include <sys/bio.h>
#include <sys/buf.h>
#include <sys/proc.h>
+#include <net/radix.h>
+#include <sys/socket.h>
#include <sys/mount.h>
#include <sys/vnode.h>
#include <sys/namei.h>
diff --git a/sys/nfsclient/nfs_vfsops.c b/sys/nfsclient/nfs_vfsops.c
index 7f8be03..d454075 100644
--- a/sys/nfsclient/nfs_vfsops.c
+++ b/sys/nfsclient/nfs_vfsops.c
@@ -46,6 +46,8 @@
#include <sys/kernel.h>
#include <sys/sysctl.h>
#include <sys/malloc.h>
+#include <net/radix.h>
+#include <sys/socket.h>
#include <sys/mount.h>
#include <sys/mbuf.h>
#include <sys/socket.h>
diff --git a/sys/nfsclient/nfs_vnops.c b/sys/nfsclient/nfs_vnops.c
index b37f6da..c6088e4 100644
--- a/sys/nfsclient/nfs_vnops.c
+++ b/sys/nfsclient/nfs_vnops.c
@@ -49,6 +49,8 @@
#include <sys/systm.h>
#include <sys/resourcevar.h>
#include <sys/proc.h>
+#include <net/radix.h>
+#include <sys/socket.h>
#include <sys/mount.h>
#include <sys/bio.h>
#include <sys/buf.h>
OpenPOWER on IntegriCloud