diff options
| author | Garrett Wollman <wollman@FreeBSD.org> | 1994-09-22 19:38:41 +0000 |
|---|---|---|
| committer | Garrett Wollman <wollman@FreeBSD.org> | 1994-09-22 19:38:41 +0000 |
| commit | c9b1d6048dd2438cf4a1676ab55dcf0b9735ef55 (patch) | |
| tree | 8a04304254d084244650740c5bace4d140e11a7e /sys/miscfs/nullfs | |
| parent | af2c9cfd5bce441d3f682348f415ee8965ea2f02 (diff) | |
Notes
Diffstat (limited to 'sys/miscfs/nullfs')
| -rw-r--r-- | sys/miscfs/nullfs/null_vfsops.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/miscfs/nullfs/null_vfsops.c b/sys/miscfs/nullfs/null_vfsops.c index 98f9cc624bf7..8ffdcb477f08 100644 --- a/sys/miscfs/nullfs/null_vfsops.c +++ b/sys/miscfs/nullfs/null_vfsops.c @@ -36,7 +36,7 @@ * @(#)null_vfsops.c 8.2 (Berkeley) 1/21/94 * * @(#)lofs_vfsops.c 1.2 (Berkeley) 6/18/92 - * $Id: null_vfsops.c,v 1.1.1.1 1994/05/24 10:05:03 rgrimes Exp $ + * $Id: null_vfsops.c,v 1.2 1994/09/21 03:47:01 wollman Exp $ */ /* @@ -46,6 +46,7 @@ #include <sys/param.h> #include <sys/systm.h> +#include <sys/kernel.h> #include <sys/time.h> #include <sys/types.h> #include <sys/vnode.h> |
