summaryrefslogtreecommitdiffstats
path: root/sys/nfs/nfs_serv.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1996-09-03 14:25:27 +0000
committerbde <bde@FreeBSD.org>1996-09-03 14:25:27 +0000
commit51ff523803ffa72907ef0cb5d9f95e36ac2b1b73 (patch)
treeba9e41138a27f4565955ba86fe3a5a131647e3fc /sys/nfs/nfs_serv.c
parentad9b91037fe27c080ad2621696ce946fffdee225 (diff)
downloadFreeBSD-src-51ff523803ffa72907ef0cb5d9f95e36ac2b1b73.zip
FreeBSD-src-51ff523803ffa72907ef0cb5d9f95e36ac2b1b73.tar.gz
Eliminated nested include of <sys/unistd.h> in <sys/file.h> in the kernel.
Include it directly in the few places where it is used. Reduced some #includes of <sys/file.h> to #includes of <sys/fcntl.h> or nothing.
Diffstat (limited to 'sys/nfs/nfs_serv.c')
-rw-r--r--sys/nfs/nfs_serv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/nfs/nfs_serv.c b/sys/nfs/nfs_serv.c
index fa89b35..116a2ba 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>
OpenPOWER on IntegriCloud