summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/gnu/ext2fs/ext2_linux_balloc.c1
-rw-r--r--sys/gnu/fs/ext2fs/ext2_linux_balloc.c1
-rw-r--r--sys/kern/kern_time.c3
-rw-r--r--sys/kern/vfs_aio.c3
-rw-r--r--sys/kern/vfs_default.c1
-rw-r--r--sys/kern/vfs_extattr.c3
-rw-r--r--sys/kern/vfs_syscalls.c3
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 ed653e8..5e90fee 100644
--- a/sys/gnu/ext2fs/ext2_linux_balloc.c
+++ b/sys/gnu/ext2fs/ext2_linux_balloc.c
@@ -28,6 +28,7 @@
#include <sys/param.h>
#include <sys/systm.h>
+#include <sys/buf.h>
#include <sys/proc.h>
#include <sys/mount.h>
#include <sys/vnode.h>
diff --git a/sys/gnu/fs/ext2fs/ext2_linux_balloc.c b/sys/gnu/fs/ext2fs/ext2_linux_balloc.c
index ed653e8..5e90fee 100644
--- a/sys/gnu/fs/ext2fs/ext2_linux_balloc.c
+++ b/sys/gnu/fs/ext2fs/ext2_linux_balloc.c
@@ -28,6 +28,7 @@
#include <sys/param.h>
#include <sys/systm.h>
+#include <sys/buf.h>
#include <sys/proc.h>
#include <sys/mount.h>
#include <sys/vnode.h>
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>
OpenPOWER on IntegriCloud