diff options
author | bde <bde@FreeBSD.org> | 1999-02-25 15:54:06 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1999-02-25 15:54:06 +0000 |
commit | ae4dfde7bc62500e82c89835619ad813f4750fc6 (patch) | |
tree | 1c627c0bb419cbdd7ad1b88735528e5eb4f8ab20 /sys/kern | |
parent | 1985c3db8a6636e2fbb18f31a09bea9df2d8d4e4 (diff) | |
download | FreeBSD-src-ae4dfde7bc62500e82c89835619ad813f4750fc6.zip FreeBSD-src-ae4dfde7bc62500e82c89835619ad813f4750fc6.tar.gz |
Added a used #include (don't depend on "vnode_if.h" including <sys/buf.h>).
Diffstat (limited to 'sys/kern')
-rw-r--r-- | sys/kern/kern_time.c | 3 | ||||
-rw-r--r-- | sys/kern/vfs_aio.c | 3 | ||||
-rw-r--r-- | sys/kern/vfs_default.c | 1 | ||||
-rw-r--r-- | sys/kern/vfs_extattr.c | 3 | ||||
-rw-r--r-- | sys/kern/vfs_syscalls.c | 3 |
5 files changed, 9 insertions, 4 deletions
diff --git a/sys/kern/kern_time.c b/sys/kern/kern_time.c index b5f0640..4d9d0f9 100644 --- a/sys/kern/kern_time.c +++ b/sys/kern/kern_time.c @@ -31,10 +31,11 @@ * SUCH DAMAGE. * * @(#)kern_time.c 8.1 (Berkeley) 6/10/93 - * $Id: kern_time.c,v 1.59 1998/10/25 17:44:51 phk Exp $ + * $Id: kern_time.c,v 1.60 1999/01/27 21:49:56 dillon Exp $ */ #include <sys/param.h> +#include <sys/buf.h> #include <sys/sysproto.h> #include <sys/resourcevar.h> #include <sys/signalvar.h> diff --git a/sys/kern/vfs_aio.c b/sys/kern/vfs_aio.c index 2598fd0..96a3cb3 100644 --- a/sys/kern/vfs_aio.c +++ b/sys/kern/vfs_aio.c @@ -13,7 +13,7 @@ * bad that happens because of using this software isn't the responsibility * of the author. This software is distributed AS-IS. * - * $Id: vfs_aio.c,v 1.42 1999/01/29 23:18:49 dillon Exp $ + * $Id: vfs_aio.c,v 1.43 1999/02/19 14:25:35 luoqi Exp $ */ /* @@ -22,6 +22,7 @@ #include <sys/param.h> #include <sys/systm.h> +#include <sys/buf.h> #include <sys/sysproto.h> #include <sys/filedesc.h> #include <sys/kernel.h> diff --git a/sys/kern/vfs_default.c b/sys/kern/vfs_default.c index b73b126..c0565a4 100644 --- a/sys/kern/vfs_default.c +++ b/sys/kern/vfs_default.c @@ -39,6 +39,7 @@ #include <sys/param.h> #include <sys/systm.h> +#include <sys/buf.h> #include <sys/kernel.h> #include <sys/lock.h> #include <sys/malloc.h> diff --git a/sys/kern/vfs_extattr.c b/sys/kern/vfs_extattr.c index 93ab071..191b9f8 100644 --- a/sys/kern/vfs_extattr.c +++ b/sys/kern/vfs_extattr.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)vfs_syscalls.c 8.13 (Berkeley) 4/15/94 - * $Id: vfs_syscalls.c,v 1.116 1999/01/30 12:27:00 phk Exp $ + * $Id: vfs_syscalls.c,v 1.117 1999/02/16 10:49:49 dfr Exp $ */ /* For 4.3 integer FS ID compatibility */ @@ -44,6 +44,7 @@ #include <sys/param.h> #include <sys/systm.h> +#include <sys/buf.h> #include <sys/sysent.h> #include <sys/sysproto.h> #include <sys/namei.h> diff --git a/sys/kern/vfs_syscalls.c b/sys/kern/vfs_syscalls.c index 93ab071..191b9f8 100644 --- a/sys/kern/vfs_syscalls.c +++ b/sys/kern/vfs_syscalls.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)vfs_syscalls.c 8.13 (Berkeley) 4/15/94 - * $Id: vfs_syscalls.c,v 1.116 1999/01/30 12:27:00 phk Exp $ + * $Id: vfs_syscalls.c,v 1.117 1999/02/16 10:49:49 dfr Exp $ */ /* For 4.3 integer FS ID compatibility */ @@ -44,6 +44,7 @@ #include <sys/param.h> #include <sys/systm.h> +#include <sys/buf.h> #include <sys/sysent.h> #include <sys/sysproto.h> #include <sys/namei.h> |