diff options
author | grog <grog@FreeBSD.org> | 2001-04-23 08:28:44 +0000 |
---|---|---|
committer | grog <grog@FreeBSD.org> | 2001-04-23 08:28:44 +0000 |
commit | a943ac2de38f2ec10bf5edd32c47a39b307c69f7 (patch) | |
tree | fac8bfdbe80f0232a5c056aca4aac4d5adfc05fe /sys/isofs/cd9660 | |
parent | e845d5c03f88af8be7db73eaf8f506ca7a6afea8 (diff) | |
download | FreeBSD-src-a943ac2de38f2ec10bf5edd32c47a39b307c69f7.zip FreeBSD-src-a943ac2de38f2ec10bf5edd32c47a39b307c69f7.tar.gz |
Correct #includes to work with fixed sys/mount.h.
Diffstat (limited to 'sys/isofs/cd9660')
-rw-r--r-- | sys/isofs/cd9660/cd9660_bmap.c | 2 | ||||
-rw-r--r-- | sys/isofs/cd9660/cd9660_lookup.c | 2 | ||||
-rw-r--r-- | sys/isofs/cd9660/cd9660_node.c | 2 | ||||
-rw-r--r-- | sys/isofs/cd9660/cd9660_rrip.c | 2 | ||||
-rw-r--r-- | sys/isofs/cd9660/cd9660_util.c | 2 | ||||
-rw-r--r-- | sys/isofs/cd9660/cd9660_vfsops.c | 2 | ||||
-rw-r--r-- | sys/isofs/cd9660/cd9660_vnops.c | 2 |
7 files changed, 14 insertions, 0 deletions
diff --git a/sys/isofs/cd9660/cd9660_bmap.c b/sys/isofs/cd9660/cd9660_bmap.c index e5fcd9a..d6796c9 100644 --- a/sys/isofs/cd9660/cd9660_bmap.c +++ b/sys/isofs/cd9660/cd9660_bmap.c @@ -41,6 +41,8 @@ #include <sys/param.h> #include <sys/vnode.h> +#include <net/radix.h> +#include <sys/socket.h> #include <sys/mount.h> #include <isofs/cd9660/iso.h> diff --git a/sys/isofs/cd9660/cd9660_lookup.c b/sys/isofs/cd9660/cd9660_lookup.c index b2d5057..27e1824 100644 --- a/sys/isofs/cd9660/cd9660_lookup.c +++ b/sys/isofs/cd9660/cd9660_lookup.c @@ -47,6 +47,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 <isofs/cd9660/iso.h> diff --git a/sys/isofs/cd9660/cd9660_node.c b/sys/isofs/cd9660/cd9660_node.c index 00f79e8..53c4dae 100644 --- a/sys/isofs/cd9660/cd9660_node.c +++ b/sys/isofs/cd9660/cd9660_node.c @@ -41,6 +41,8 @@ #include <sys/param.h> #include <sys/systm.h> +#include <net/radix.h> +#include <sys/socket.h> #include <sys/mount.h> #include <sys/bio.h> #include <sys/buf.h> diff --git a/sys/isofs/cd9660/cd9660_rrip.c b/sys/isofs/cd9660/cd9660_rrip.c index 5f0a262..9616f35 100644 --- a/sys/isofs/cd9660/cd9660_rrip.c +++ b/sys/isofs/cd9660/cd9660_rrip.c @@ -44,6 +44,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/isofs/cd9660/cd9660_util.c b/sys/isofs/cd9660/cd9660_util.c index 56279db..f3e693e 100644 --- a/sys/isofs/cd9660/cd9660_util.c +++ b/sys/isofs/cd9660/cd9660_util.c @@ -41,6 +41,8 @@ */ #include <sys/param.h> +#include <net/radix.h> +#include <sys/socket.h> #include <sys/mount.h> #include <sys/vnode.h> diff --git a/sys/isofs/cd9660/cd9660_vfsops.c b/sys/isofs/cd9660/cd9660_vfsops.c index a474424..0228988 100644 --- a/sys/isofs/cd9660/cd9660_vfsops.c +++ b/sys/isofs/cd9660/cd9660_vfsops.c @@ -45,6 +45,8 @@ #include <sys/proc.h> #include <sys/kernel.h> #include <sys/vnode.h> +#include <net/radix.h> +#include <sys/socket.h> #include <sys/mount.h> #include <sys/bio.h> #include <sys/buf.h> diff --git a/sys/isofs/cd9660/cd9660_vnops.c b/sys/isofs/cd9660/cd9660_vnops.c index f34ebd4..270da20 100644 --- a/sys/isofs/cd9660/cd9660_vnops.c +++ b/sys/isofs/cd9660/cd9660_vnops.c @@ -46,6 +46,8 @@ #include <sys/stat.h> #include <sys/bio.h> #include <sys/buf.h> +#include <net/radix.h> +#include <sys/socket.h> #include <sys/mount.h> #include <sys/vnode.h> #include <miscfs/fifofs/fifo.h> |