summaryrefslogtreecommitdiffstats
path: root/sys/net/if_ppp.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-03-24 11:52:29 +0000
committerbde <bde@FreeBSD.org>1997-03-24 11:52:29 +0000
commita0d9474a34143dc9663d6ae183a89674c91bf90e (patch)
treef33a7dd82dcb9260a05b5f0fca34ee03fbe645ec /sys/net/if_ppp.c
parentf62eb55e940cabd9e329f3c32c6c592554ad6354 (diff)
downloadFreeBSD-src-a0d9474a34143dc9663d6ae183a89674c91bf90e.zip
FreeBSD-src-a0d9474a34143dc9663d6ae183a89674c91bf90e.tar.gz
Don't include <sys/ioctl.h> in the kernel. Stage 4: include
<sys/ttycom.h> and sometimes <sys/filio.h> instead of <sys/ioctl.h> in miscellaneous files. Most of these files have nothing to do with ttys but need to include <sys/ttycom.h> to get the definitions of TIOC[SG]PGRP which are (ab)used to convert F[SG]ETOWN fcntls into ioctls.
Diffstat (limited to 'sys/net/if_ppp.c')
-rw-r--r--sys/net/if_ppp.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/net/if_ppp.c b/sys/net/if_ppp.c
index fe4479f..2abdf2d 100644
--- a/sys/net/if_ppp.c
+++ b/sys/net/if_ppp.c
@@ -69,7 +69,7 @@
* Paul Mackerras (paulus@cs.anu.edu.au).
*/
-/* $Id$ */
+/* $Id: if_ppp.c,v 1.39 1997/02/22 09:41:03 peter Exp $ */
/* from if_ppp.c,v 1.5 1995/08/16 01:36:38 paulus Exp */
/* from if_sl.c,v 1.11 84/10/04 12:54:47 rick Exp */
@@ -84,7 +84,8 @@
#include <sys/proc.h>
#include <sys/mbuf.h>
#include <sys/socket.h>
-#include <sys/ioctl.h>
+#include <sys/filio.h>
+#include <sys/sockio.h>
#include <sys/kernel.h>
#include <net/if.h>
OpenPOWER on IntegriCloud