summaryrefslogtreecommitdiffstats
path: root/sys/kern
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/kern
parentcdfbb3de26026e4ee99ec51a6eee46d807a9dcf7 (diff)
downloadFreeBSD-src-1f5de3071891f86c0e7d51efde6705f5b8ac2959.zip
FreeBSD-src-1f5de3071891f86c0e7d51efde6705f5b8ac2959.tar.gz
Correct #includes to work with fixed sys/mount.h.
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/init_main.c2
-rw-r--r--sys/kern/kern_acct.c2
-rw-r--r--sys/kern/kern_exec.c2
-rw-r--r--sys/kern/kern_shutdown.c2
-rw-r--r--sys/kern/uipc_syscalls.c1
-rw-r--r--sys/kern/vfs_bio.c2
-rw-r--r--sys/kern/vfs_cache.c2
-rw-r--r--sys/kern/vfs_cluster.c2
-rw-r--r--sys/kern/vfs_conf.c2
-rw-r--r--sys/kern/vfs_default.c2
-rw-r--r--sys/kern/vfs_export.c2
-rw-r--r--sys/kern/vfs_extattr.c2
-rw-r--r--sys/kern/vfs_init.c2
-rw-r--r--sys/kern/vfs_lookup.c2
-rw-r--r--sys/kern/vfs_mount.c2
-rw-r--r--sys/kern/vfs_subr.c2
-rw-r--r--sys/kern/vfs_syscalls.c2
-rw-r--r--sys/kern/vfs_vnops.c2
18 files changed, 35 insertions, 0 deletions
diff --git a/sys/kern/init_main.c b/sys/kern/init_main.c
index a27b3e3..0266d76 100644
--- a/sys/kern/init_main.c
+++ b/sys/kern/init_main.c
@@ -50,6 +50,8 @@
#include <sys/kernel.h>
#include <sys/ktr.h>
#include <sys/lock.h>
+#include <net/radix.h>
+#include <sys/socket.h>
#include <sys/mount.h>
#include <sys/mutex.h>
#include <sys/sysctl.h>
diff --git a/sys/kern/kern_acct.c b/sys/kern/kern_acct.c
index cfa8cbe..f149563 100644
--- a/sys/kern/kern_acct.c
+++ b/sys/kern/kern_acct.c
@@ -44,6 +44,8 @@
#include <sys/systm.h>
#include <sys/sysproto.h>
#include <sys/proc.h>
+#include <net/radix.h>
+#include <sys/socket.h>
#include <sys/mount.h>
#include <sys/vnode.h>
#include <sys/fcntl.h>
diff --git a/sys/kern/kern_exec.c b/sys/kern/kern_exec.c
index cbd91dd..fe711cd 100644
--- a/sys/kern/kern_exec.c
+++ b/sys/kern/kern_exec.c
@@ -31,6 +31,8 @@
#include <sys/sysproto.h>
#include <sys/signalvar.h>
#include <sys/kernel.h>
+#include <net/radix.h>
+#include <sys/socket.h>
#include <sys/mount.h>
#include <sys/mutex.h>
#include <sys/filedesc.h>
diff --git a/sys/kern/kern_shutdown.c b/sys/kern/kern_shutdown.c
index 55c4ba4..8463991 100644
--- a/sys/kern/kern_shutdown.c
+++ b/sys/kern/kern_shutdown.c
@@ -54,6 +54,8 @@
#include <sys/vnode.h>
#include <sys/kernel.h>
#include <sys/kthread.h>
+#include <net/radix.h>
+#include <sys/socket.h>
#include <sys/mount.h>
#include <sys/mutex.h>
#include <sys/queue.h>
diff --git a/sys/kern/uipc_syscalls.c b/sys/kern/uipc_syscalls.c
index 2526c6b..33f7902 100644
--- a/sys/kern/uipc_syscalls.c
+++ b/sys/kern/uipc_syscalls.c
@@ -58,6 +58,7 @@
#include <sys/uio.h>
#include <sys/vnode.h>
#include <sys/lock.h>
+#include <net/radix.h>
#include <sys/mount.h>
#ifdef KTRACE
#include <sys/ktrace.h>
diff --git a/sys/kern/vfs_bio.c b/sys/kern/vfs_bio.c
index c1b53d8..92c7d50 100644
--- a/sys/kern/vfs_bio.c
+++ b/sys/kern/vfs_bio.c
@@ -34,6 +34,8 @@
#include <sys/eventhandler.h>
#include <sys/lock.h>
#include <sys/malloc.h>
+#include <net/radix.h>
+#include <sys/socket.h>
#include <sys/mount.h>
#include <sys/mutex.h>
#include <sys/kernel.h>
diff --git a/sys/kern/vfs_cache.c b/sys/kern/vfs_cache.c
index 2299e70..ebb221e 100644
--- a/sys/kern/vfs_cache.c
+++ b/sys/kern/vfs_cache.c
@@ -41,6 +41,8 @@
#include <sys/systm.h>
#include <sys/kernel.h>
#include <sys/sysctl.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/kern/vfs_cluster.c b/sys/kern/vfs_cluster.c
index 8a6e045..f4a19ba 100644
--- a/sys/kern/vfs_cluster.c
+++ b/sys/kern/vfs_cluster.c
@@ -46,6 +46,8 @@
#include <sys/buf.h>
#include <sys/vnode.h>
#include <sys/malloc.h>
+#include <net/radix.h>
+#include <sys/socket.h>
#include <sys/mount.h>
#include <sys/resourcevar.h>
#include <sys/vmmeter.h>
diff --git a/sys/kern/vfs_conf.c b/sys/kern/vfs_conf.c
index 34fba78..32d7575 100644
--- a/sys/kern/vfs_conf.c
+++ b/sys/kern/vfs_conf.c
@@ -48,6 +48,8 @@
#include <sys/kernel.h>
#include <sys/systm.h>
#include <sys/vnode.h>
+#include <net/radix.h>
+#include <sys/socket.h>
#include <sys/mount.h>
#include <sys/malloc.h>
#include <sys/reboot.h>
diff --git a/sys/kern/vfs_default.c b/sys/kern/vfs_default.c
index cdbf668..1341129 100644
--- a/sys/kern/vfs_default.c
+++ b/sys/kern/vfs_default.c
@@ -47,6 +47,8 @@
#include <sys/kernel.h>
#include <sys/lock.h>
#include <sys/malloc.h>
+#include <net/radix.h>
+#include <sys/socket.h>
#include <sys/mount.h>
#include <sys/mutex.h>
#include <sys/unistd.h>
diff --git a/sys/kern/vfs_export.c b/sys/kern/vfs_export.c
index 853bf76..352b83e 100644
--- a/sys/kern/vfs_export.c
+++ b/sys/kern/vfs_export.c
@@ -59,6 +59,8 @@
#include <sys/kthread.h>
#include <sys/ktr.h>
#include <sys/malloc.h>
+#include <net/radix.h>
+#include <sys/socket.h>
#include <sys/mount.h>
#include <sys/mutex.h>
#include <sys/namei.h>
diff --git a/sys/kern/vfs_extattr.c b/sys/kern/vfs_extattr.c
index 6b73258..03d56f3 100644
--- a/sys/kern/vfs_extattr.c
+++ b/sys/kern/vfs_extattr.c
@@ -49,6 +49,8 @@
#include <sys/buf.h>
#include <sys/sysent.h>
#include <sys/malloc.h>
+#include <net/radix.h>
+#include <sys/socket.h>
#include <sys/mount.h>
#include <sys/mutex.h>
#include <sys/sysproto.h>
diff --git a/sys/kern/vfs_init.c b/sys/kern/vfs_init.c
index 76d1155..3461b76 100644
--- a/sys/kern/vfs_init.c
+++ b/sys/kern/vfs_init.c
@@ -43,6 +43,8 @@
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
+#include <net/radix.h>
+#include <sys/socket.h>
#include <sys/mount.h>
#include <sys/sysctl.h>
#include <sys/vnode.h>
diff --git a/sys/kern/vfs_lookup.c b/sys/kern/vfs_lookup.c
index c95e020..def53d2 100644
--- a/sys/kern/vfs_lookup.c
+++ b/sys/kern/vfs_lookup.c
@@ -46,6 +46,8 @@
#include <sys/kernel.h>
#include <sys/namei.h>
#include <sys/vnode.h>
+#include <net/radix.h>
+#include <sys/socket.h>
#include <sys/mount.h>
#include <sys/filedesc.h>
#include <sys/proc.h>
diff --git a/sys/kern/vfs_mount.c b/sys/kern/vfs_mount.c
index 34fba78..32d7575 100644
--- a/sys/kern/vfs_mount.c
+++ b/sys/kern/vfs_mount.c
@@ -48,6 +48,8 @@
#include <sys/kernel.h>
#include <sys/systm.h>
#include <sys/vnode.h>
+#include <net/radix.h>
+#include <sys/socket.h>
#include <sys/mount.h>
#include <sys/malloc.h>
#include <sys/reboot.h>
diff --git a/sys/kern/vfs_subr.c b/sys/kern/vfs_subr.c
index 853bf76..352b83e 100644
--- a/sys/kern/vfs_subr.c
+++ b/sys/kern/vfs_subr.c
@@ -59,6 +59,8 @@
#include <sys/kthread.h>
#include <sys/ktr.h>
#include <sys/malloc.h>
+#include <net/radix.h>
+#include <sys/socket.h>
#include <sys/mount.h>
#include <sys/mutex.h>
#include <sys/namei.h>
diff --git a/sys/kern/vfs_syscalls.c b/sys/kern/vfs_syscalls.c
index 6b73258..03d56f3 100644
--- a/sys/kern/vfs_syscalls.c
+++ b/sys/kern/vfs_syscalls.c
@@ -49,6 +49,8 @@
#include <sys/buf.h>
#include <sys/sysent.h>
#include <sys/malloc.h>
+#include <net/radix.h>
+#include <sys/socket.h>
#include <sys/mount.h>
#include <sys/mutex.h>
#include <sys/sysproto.h>
diff --git a/sys/kern/vfs_vnops.c b/sys/kern/vfs_vnops.c
index 4cb77c1..98da01a 100644
--- a/sys/kern/vfs_vnops.c
+++ b/sys/kern/vfs_vnops.c
@@ -45,6 +45,8 @@
#include <sys/file.h>
#include <sys/stat.h>
#include <sys/proc.h>
+#include <net/radix.h>
+#include <sys/socket.h>
#include <sys/mount.h>
#include <sys/mutex.h>
#include <sys/namei.h>
OpenPOWER on IntegriCloud