diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-09-02 20:06:59 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-09-02 20:06:59 +0000 |
| commit | e4ba6a82b084137ae48939fd73bf04e8cce288d4 (patch) | |
| tree | 06204d02ef4540eebc3fb515faaf53c0d6c03bcd /sys/kern/vfs_cache.c | |
| parent | 010e6696151cfcc4d6743216118a3f07040859b4 (diff) | |
Notes
Diffstat (limited to 'sys/kern/vfs_cache.c')
| -rw-r--r-- | sys/kern/vfs_cache.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/kern/vfs_cache.c b/sys/kern/vfs_cache.c index f4f52bb88dae..18c4b8b1638f 100644 --- a/sys/kern/vfs_cache.c +++ b/sys/kern/vfs_cache.c @@ -34,18 +34,16 @@ * SUCH DAMAGE. * * @(#)vfs_cache.c 8.5 (Berkeley) 3/22/95 - * $Id: vfs_cache.c,v 1.27 1997/08/26 07:32:34 phk Exp $ + * $Id: vfs_cache.c,v 1.28 1997/08/31 07:32:13 phk Exp $ */ #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> #include <sys/sysctl.h> -#include <sys/time.h> #include <sys/mount.h> #include <sys/vnode.h> #include <sys/namei.h> -#include <sys/errno.h> #include <sys/malloc.h> |
