summaryrefslogtreecommitdiffstats
path: root/sys/netgraph
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1999-11-03 17:54:26 +0000
committerphk <phk@FreeBSD.org>1999-11-03 17:54:26 +0000
commit487a9d07d681bba8d85b1dc00779899f408eeb86 (patch)
tree7f36d40c52502fcac5b9c9b6e6cd3877fa7e673b /sys/netgraph
parentd16bedd42a4958ed282a87fa1df7b1271937a0bf (diff)
downloadFreeBSD-src-487a9d07d681bba8d85b1dc00779899f408eeb86.zip
FreeBSD-src-487a9d07d681bba8d85b1dc00779899f408eeb86.tar.gz
Move isfoo() and friends to the newly created sys/ctype.h.
Urged by: bde
Diffstat (limited to 'sys/netgraph')
-rw-r--r--sys/netgraph/ng_base.c1
-rw-r--r--sys/netgraph/ng_frame_relay.c1
-rw-r--r--sys/netgraph/ng_ppp.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/sys/netgraph/ng_base.c b/sys/netgraph/ng_base.c
index 2fb0fc7..2f11b5d 100644
--- a/sys/netgraph/ng_base.c
+++ b/sys/netgraph/ng_base.c
@@ -55,6 +55,7 @@
#include <sys/queue.h>
#include <sys/mbuf.h>
#include <sys/socketvar.h>
+#include <sys/ctype.h>
#include <machine/limits.h>
#include <net/netisr.h>
diff --git a/sys/netgraph/ng_frame_relay.c b/sys/netgraph/ng_frame_relay.c
index 6be8d17..2784cc9 100644
--- a/sys/netgraph/ng_frame_relay.c
+++ b/sys/netgraph/ng_frame_relay.c
@@ -58,6 +58,7 @@
#include <sys/mbuf.h>
#include <sys/socket.h>
#include <sys/syslog.h>
+#include <sys/ctype.h>
#include <machine/clock.h>
#include <netgraph/ng_message.h>
diff --git a/sys/netgraph/ng_ppp.c b/sys/netgraph/ng_ppp.c
index 960726ee..ea3ba28 100644
--- a/sys/netgraph/ng_ppp.c
+++ b/sys/netgraph/ng_ppp.c
@@ -53,6 +53,7 @@
#include <sys/errno.h>
#include <sys/socket.h>
#include <sys/syslog.h>
+#include <sys/ctype.h>
#include <netgraph/ng_message.h>
#include <netgraph/netgraph.h>
OpenPOWER on IntegriCloud