diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-10-28 15:59:26 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-10-28 15:59:26 +0000 |
| commit | 55b211e3af2a3fd1e1a04e5c4e2f005d5d4a9af2 (patch) | |
| tree | 40c7d40a52f2c032e0e2633ac1a1ebd7bb26f676 /sys/kern/vfs_bio.c | |
| parent | 734091be671b5ef2d73da392369d73cb3fcc3d9c (diff) | |
Notes
Diffstat (limited to 'sys/kern/vfs_bio.c')
| -rw-r--r-- | sys/kern/vfs_bio.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/kern/vfs_bio.c b/sys/kern/vfs_bio.c index 108ba71801ec..bd1d78f160da 100644 --- a/sys/kern/vfs_bio.c +++ b/sys/kern/vfs_bio.c @@ -18,7 +18,7 @@ * 5. Modifications may be freely made to this file if the above conditions * are met. * - * $Id: vfs_bio.c,v 1.130 1997/10/12 20:24:21 phk Exp $ + * $Id: vfs_bio.c,v 1.131 1997/10/26 20:55:04 phk Exp $ */ /* @@ -56,9 +56,6 @@ #include <sys/mount.h> #include <sys/malloc.h> #include <sys/resourcevar.h> -#include <sys/proc.h> - -#include <miscfs/specfs/specdev.h> static MALLOC_DEFINE(M_BIOBUF, "BIO buffer", "BIO buffer"); |
