summaryrefslogtreecommitdiffstats
path: root/sys/nfs/nfs_vfsops.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-03-24 11:33:46 +0000
committerbde <bde@FreeBSD.org>1997-03-24 11:33:46 +0000
commite79c0a4ca0faee32b600b7c2b384b85fde731307 (patch)
tree02527e798dacc866eb4e0e16c035eefa20edc3f6 /sys/nfs/nfs_vfsops.c
parent117209856b858251ebd6fec048828125547e131f (diff)
downloadFreeBSD-src-e79c0a4ca0faee32b600b7c2b384b85fde731307.zip
FreeBSD-src-e79c0a4ca0faee32b600b7c2b384b85fde731307.tar.gz
Don't include <sys/ioctl.h> in the kernel. Stage 2: include
<sys/sockio.h> instead of <sys/ioctl.h> in network files.
Diffstat (limited to 'sys/nfs/nfs_vfsops.c')
-rw-r--r--sys/nfs/nfs_vfsops.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/nfs/nfs_vfsops.c b/sys/nfs/nfs_vfsops.c
index 0fe11d0..fcc6a4c 100644
--- a/sys/nfs/nfs_vfsops.c
+++ b/sys/nfs/nfs_vfsops.c
@@ -34,12 +34,12 @@
* SUCH DAMAGE.
*
* @(#)nfs_vfsops.c 8.12 (Berkeley) 5/20/95
- * $Id$
+ * $Id: nfs_vfsops.c,v 1.35 1997/02/22 09:42:44 peter Exp $
*/
#include <sys/param.h>
#include <sys/conf.h>
-#include <sys/ioctl.h>
+#include <sys/sockio.h>
#include <sys/signal.h>
#include <sys/proc.h>
#include <sys/namei.h>
OpenPOWER on IntegriCloud