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_common.c | |
| parent | 734091be671b5ef2d73da392369d73cb3fcc3d9c (diff) | |
Notes
Diffstat (limited to 'sys/nfs/nfs_common.c')
| -rw-r--r-- | sys/nfs/nfs_common.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/nfs/nfs_common.c b/sys/nfs/nfs_common.c index 11b33bd1a196..a482b588336d 100644 --- a/sys/nfs/nfs_common.c +++ b/sys/nfs/nfs_common.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfs_subs.c 8.3 (Berkeley) 1/4/94 - * $Id: nfs_subs.c,v 1.44 1997/10/26 20:13:52 phk Exp $ + * $Id: nfs_subs.c,v 1.45 1997/10/28 14:06:22 bde Exp $ */ /* @@ -53,15 +53,12 @@ #include <sys/socket.h> #include <sys/stat.h> #include <sys/malloc.h> -#include <sys/dirent.h> #include <sys/sysent.h> #include <sys/syscall.h> #include <vm/vm.h> -#include <vm/vm_param.h> #include <vm/vm_object.h> #include <vm/vm_extern.h> -#include <vm/vnode_pager.h> #include <nfs/rpcv2.h> #include <nfs/nfsproto.h> |
