summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-03-28 08:07:12 +0000
committerbde <bde@FreeBSD.org>1998-03-28 08:07:12 +0000
commitf6e8fc035e8963ea6389049d22371980321c210e (patch)
treee87eee72e4fbeb6fc7ff3ee1ccb71ca821425316 /sys
parent7aec6a14d816448674234e2ab5c6837cdfbbcebb (diff)
downloadFreeBSD-src-f6e8fc035e8963ea6389049d22371980321c210e.zip
FreeBSD-src-f6e8fc035e8963ea6389049d22371980321c210e.tar.gz
Get socket and locking stuff by including <sys/socket.h> and <sys/lock.h>,
not by including <sys/mount.h> and depending on namespace pollution in it.
Diffstat (limited to 'sys')
-rw-r--r--sys/netinet/mlf_ipl.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netinet/mlf_ipl.c b/sys/netinet/mlf_ipl.c
index 43e8159..8573f75 100644
--- a/sys/netinet/mlf_ipl.c
+++ b/sys/netinet/mlf_ipl.c
@@ -32,6 +32,7 @@
#endif
#include <sys/conf.h>
#include <sys/file.h>
+#include <sys/lock.h>
#include <sys/stat.h>
#include <sys/proc.h>
#include <sys/uio.h>
@@ -39,7 +40,7 @@
#include <sys/vnode.h>
#include <sys/namei.h>
#include <sys/malloc.h>
-#include <sys/mount.h>
+#include <sys/socket.h>
#include <sys/exec.h>
#include <sys/mbuf.h>
#if BSD >= 199506
OpenPOWER on IntegriCloud