aboutsummaryrefslogtreecommitdiff
path: root/sys/coda/coda_vnops.c
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2000-05-03 07:31:38 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2000-05-03 07:31:38 +0000
commite9340d96fae68db8624650d9e9f7fae5511bb7c1 (patch)
treee8eeefcd564c1cbc34a6515ffa2b60d4db9fdd27 /sys/coda/coda_vnops.c
parenta7e8b37043917cb516ab199776c00dff97837172 (diff)
downloadsrc-e9340d96fae68db8624650d9e9f7fae5511bb7c1.tar.gz
src-e9340d96fae68db8624650d9e9f7fae5511bb7c1.zip
Remove 42 unneeded #include <sys/ioccom.h>.
ioccom.h defines only implementation detail, and should therefore only be included from the #include which defines the ioctl tags, in other words: never include it from *.c
Notes
Notes: svn path=/head/; revision=59914
Diffstat (limited to 'sys/coda/coda_vnops.c')
-rw-r--r--sys/coda/coda_vnops.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/coda/coda_vnops.c b/sys/coda/coda_vnops.c
index eda078d938e4..c1ed267b7f83 100644
--- a/sys/coda/coda_vnops.c
+++ b/sys/coda/coda_vnops.c
@@ -57,7 +57,6 @@
#include <sys/fcntl.h>
#include <sys/uio.h>
#include <sys/namei.h>
-#include <sys/ioccom.h>
#include <sys/select.h>
#include <vm/vm.h>