Added a used #include (don't depend on "vnode_if.h" including <sys/buf.h>).

This commit is contained in:
Bruce Evans 1999-02-25 15:54:06 +00:00
parent c1880bfd32
commit a5c9bce777
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=44272
7 changed files with 11 additions and 4 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>