summaryrefslogtreecommitdiff
path: root/sys/netgraph
diff options
context:
space:
mode:
authorJulian Elischer <julian@FreeBSD.org>1999-12-01 22:10:43 +0000
committerJulian Elischer <julian@FreeBSD.org>1999-12-01 22:10:43 +0000
commitd759d38df2563519cb57f7eff3ffb9e4a3671425 (patch)
treef64cd0b5a200edf518d0d29ef96166ecea7dd0ad /sys/netgraph
parentad4ae0258f6e5495d543314f81f01caf7d7afd01 (diff)
Notes
Diffstat (limited to 'sys/netgraph')
-rw-r--r--sys/netgraph/ng_ksocket.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netgraph/ng_ksocket.c b/sys/netgraph/ng_ksocket.c
index 2ce2b4e0529e..828083ea29b7 100644
--- a/sys/netgraph/ng_ksocket.c
+++ b/sys/netgraph/ng_ksocket.c
@@ -52,7 +52,7 @@
#include <sys/mbuf.h>
#include <sys/proc.h>
#include <sys/malloc.h>
-#include <sys/ctype.h>
+/* #include <sys/ctype.h> */
#include <sys/protosw.h>
#include <sys/errno.h>
#include <sys/socket.h>