aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/in_pcb.c
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1997-03-24 11:25:10 +0000
committerBruce Evans <bde@FreeBSD.org>1997-03-24 11:25:10 +0000
commitfce002fdef3780b4b80bfe0ba6d126bfc10130e9 (patch)
tree250b202c69db62ed6110bcd8d4341019a4d8d107 /sys/netinet/in_pcb.c
parentcb07fc98033d49d2ec97adf09c9aacbcbe24a2fc (diff)
downloadsrc-fce002fdef3780b4b80bfe0ba6d126bfc10130e9.tar.gz
src-fce002fdef3780b4b80bfe0ba6d126bfc10130e9.zip
Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include
it when it is not used. In most cases, the reasons for including it went away when the special ioctl headers became self-sufficient.
Notes
Notes: svn path=/head/; revision=24203
Diffstat (limited to 'sys/netinet/in_pcb.c')
-rw-r--r--sys/netinet/in_pcb.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netinet/in_pcb.c b/sys/netinet/in_pcb.c
index ff2bc30c78b8..81409cea6508 100644
--- a/sys/netinet/in_pcb.c
+++ b/sys/netinet/in_pcb.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)in_pcb.c 8.4 (Berkeley) 5/24/95
- * $Id: in_pcb.c,v 1.27 1997/02/22 09:41:29 peter Exp $
+ * $Id: in_pcb.c,v 1.28 1997/03/03 09:23:33 davidg Exp $
*/
#include <sys/param.h>
@@ -42,7 +42,6 @@
#include <sys/protosw.h>
#include <sys/socket.h>
#include <sys/socketvar.h>
-#include <sys/ioctl.h>
#include <sys/errno.h>
#include <sys/time.h>
#include <sys/proc.h>