From a5c9bce777ae709beee764218e68243dc374f660 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Thu, 25 Feb 1999 15:54:06 +0000 Subject: [PATCH] Added a used #include (don't depend on "vnode_if.h" including ). --- sys/gnu/ext2fs/ext2_linux_balloc.c | 1 + sys/gnu/fs/ext2fs/ext2_linux_balloc.c | 1 + sys/kern/kern_time.c | 3 ++- sys/kern/vfs_aio.c | 3 ++- sys/kern/vfs_default.c | 1 + sys/kern/vfs_extattr.c | 3 ++- sys/kern/vfs_syscalls.c | 3 ++- 7 files changed, 11 insertions(+), 4 deletions(-) diff --git a/sys/gnu/ext2fs/ext2_linux_balloc.c b/sys/gnu/ext2fs/ext2_linux_balloc.c index ed653e88802..5e90fee75d1 100644 --- a/sys/gnu/ext2fs/ext2_linux_balloc.c +++ b/sys/gnu/ext2fs/ext2_linux_balloc.c @@ -28,6 +28,7 @@ #include #include +#include #include #include #include diff --git a/sys/gnu/fs/ext2fs/ext2_linux_balloc.c b/sys/gnu/fs/ext2fs/ext2_linux_balloc.c index ed653e88802..5e90fee75d1 100644 --- a/sys/gnu/fs/ext2fs/ext2_linux_balloc.c +++ b/sys/gnu/fs/ext2fs/ext2_linux_balloc.c @@ -28,6 +28,7 @@ #include #include +#include #include #include #include diff --git a/sys/kern/kern_time.c b/sys/kern/kern_time.c index b5f0640d4c1..4d9d0f90d46 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 +#include #include #include #include diff --git a/sys/kern/vfs_aio.c b/sys/kern/vfs_aio.c index 2598fd0e0d8..96a3cb313f1 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 #include +#include #include #include #include diff --git a/sys/kern/vfs_default.c b/sys/kern/vfs_default.c index b73b126a82c..c0565a44a2a 100644 --- a/sys/kern/vfs_default.c +++ b/sys/kern/vfs_default.c @@ -39,6 +39,7 @@ #include #include +#include #include #include #include diff --git a/sys/kern/vfs_extattr.c b/sys/kern/vfs_extattr.c index 93ab0716d49..191b9f8ae05 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 #include +#include #include #include #include diff --git a/sys/kern/vfs_syscalls.c b/sys/kern/vfs_syscalls.c index 93ab0716d49..191b9f8ae05 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 #include +#include #include #include #include