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/nfs/nfs_vfsops.c | |
| parent | 734091be671b5ef2d73da392369d73cb3fcc3d9c (diff) | |
Notes
Diffstat (limited to 'sys/nfs/nfs_vfsops.c')
| -rw-r--r-- | sys/nfs/nfs_vfsops.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/nfs/nfs_vfsops.c b/sys/nfs/nfs_vfsops.c index ca4490516405..de9babf0acbd 100644 --- a/sys/nfs/nfs_vfsops.c +++ b/sys/nfs/nfs_vfsops.c @@ -34,28 +34,23 @@ * SUCH DAMAGE. * * @(#)nfs_vfsops.c 8.12 (Berkeley) 5/20/95 - * $Id: nfs_vfsops.c,v 1.49 1997/10/12 20:25:49 phk Exp $ + * $Id: nfs_vfsops.c,v 1.50 1997/10/28 14:06:23 bde Exp $ */ #include <sys/param.h> -#include <sys/conf.h> #include <sys/sockio.h> -#include <sys/signal.h> #include <sys/proc.h> -#include <sys/namei.h> #include <sys/vnode.h> #include <sys/kernel.h> #include <sys/sysctl.h> #include <sys/malloc.h> #include <sys/mount.h> -#include <sys/buf.h> #include <sys/mbuf.h> #include <sys/socket.h> #include <sys/socketvar.h> #include <sys/systm.h> #include <vm/vm.h> -#include <vm/vm_param.h> #include <vm/vm_extern.h> #include <net/if.h> |
