summaryrefslogtreecommitdiffstats
path: root/sys/coda
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2001-10-13 06:41:41 +0000
committerbde <bde@FreeBSD.org>2001-10-13 06:41:41 +0000
commit235dffbc18cdc228303b5d3511a4d6d18da94491 (patch)
tree66ec86c862df7aac05dd803aff95afaeaffe678a /sys/coda
parent60cac98968f4158ba633d41ba4ca5f45b55700dd (diff)
downloadFreeBSD-src-235dffbc18cdc228303b5d3511a4d6d18da94491.zip
FreeBSD-src-235dffbc18cdc228303b5d3511a4d6d18da94491.tar.gz
Backed out vestiges of the quick fixes for the transient breakage of
<sys/mount.h> in rev.1.106 of the latter (don't include <sys/socket.h> just to work around bugs in <sys/mount.h>).
Diffstat (limited to 'sys/coda')
-rw-r--r--sys/coda/coda_psdev.c1
-rw-r--r--sys/coda/coda_subr.c1
-rw-r--r--sys/coda/coda_vfsops.c1
-rw-r--r--sys/coda/coda_vnops.c1
4 files changed, 0 insertions, 4 deletions
diff --git a/sys/coda/coda_psdev.c b/sys/coda/coda_psdev.c
index 49d9fd0..7014c89 100644
--- a/sys/coda/coda_psdev.c
+++ b/sys/coda/coda_psdev.c
@@ -67,7 +67,6 @@ extern int coda_nc_initialized; /* Set if cache has been initialized */
#include <sys/mutex.h>
#include <sys/poll.h>
#include <sys/proc.h>
-#include <sys/socket.h>
#include <coda/coda.h>
#include <coda/cnode.h>
diff --git a/sys/coda/coda_subr.c b/sys/coda/coda_subr.c
index 84546c1..21dc937 100644
--- a/sys/coda/coda_subr.c
+++ b/sys/coda/coda_subr.c
@@ -62,7 +62,6 @@
#include <sys/lock.h>
#include <sys/malloc.h>
#include <sys/mount.h>
-#include <sys/socket.h>
#include <coda/coda.h>
#include <coda/cnode.h>
diff --git a/sys/coda/coda_vfsops.c b/sys/coda/coda_vfsops.c
index e1df0f8..d19ef84 100644
--- a/sys/coda/coda_vfsops.c
+++ b/sys/coda/coda_vfsops.c
@@ -55,7 +55,6 @@
#include <sys/mount.h>
#include <sys/namei.h>
#include <sys/proc.h>
-#include <sys/socket.h>
#include <coda/coda.h>
#include <coda/cnode.h>
diff --git a/sys/coda/coda_vnops.c b/sys/coda/coda_vnops.c
index 8fd7170d..9dea336 100644
--- a/sys/coda/coda_vnops.c
+++ b/sys/coda/coda_vnops.c
@@ -58,7 +58,6 @@
#include <sys/mutex.h>
#include <sys/namei.h>
#include <sys/proc.h>
-#include <sys/socket.h>
#include <sys/uio.h>
#include <vm/vm.h>
OpenPOWER on IntegriCloud