diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1996-09-03 14:25:27 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1996-09-03 14:25:27 +0000 |
| commit | b71fec07dbcbbd6b5665aef535e57fa10a3e910c (patch) | |
| tree | ba9e41138a27f4565955ba86fe3a5a131647e3fc /sys/nfs/nfs_serv.c | |
| parent | 4e4e09596dc1fc6fa74088a8ee6394ce60a8a513 (diff) | |
Notes
Diffstat (limited to 'sys/nfs/nfs_serv.c')
| -rw-r--r-- | sys/nfs/nfs_serv.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/nfs/nfs_serv.c b/sys/nfs/nfs_serv.c index fa89b3511f08..116a2bac8001 100644 --- a/sys/nfs/nfs_serv.c +++ b/sys/nfs/nfs_serv.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfs_serv.c 8.3 (Berkeley) 1/12/94 - * $Id: nfs_serv.c,v 1.30 1996/06/08 12:16:26 bde Exp $ + * $Id: nfs_serv.c,v 1.31 1996/08/21 21:55:48 dyson Exp $ */ /* @@ -60,8 +60,8 @@ #include <sys/param.h> #include <sys/systm.h> #include <sys/proc.h> -#include <sys/file.h> #include <sys/namei.h> +#include <sys/unistd.h> #include <sys/vnode.h> #include <sys/mount.h> #include <sys/socket.h> |
