diff options
| author | Julian Elischer <julian@FreeBSD.org> | 1999-11-18 01:38:20 +0000 |
|---|---|---|
| committer | Julian Elischer <julian@FreeBSD.org> | 1999-11-18 01:38:20 +0000 |
| commit | 6eca4d8dc28dc6df6683bcb1161c19cf2df39b03 (patch) | |
| tree | f93fe1092890f8ae293d597518851f90acbb26f6 /sys/netgraph/ng_ppp.c | |
| parent | 518b5d960e3df8aa6768fe5eefa39771bd97ce08 (diff) | |
Notes
Diffstat (limited to 'sys/netgraph/ng_ppp.c')
| -rw-r--r-- | sys/netgraph/ng_ppp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netgraph/ng_ppp.c b/sys/netgraph/ng_ppp.c index b488889638f3..7c6af9cc3ac1 100644 --- a/sys/netgraph/ng_ppp.c +++ b/sys/netgraph/ng_ppp.c @@ -53,7 +53,7 @@ #include <sys/errno.h> #include <sys/socket.h> #include <sys/syslog.h> -#include <sys/ctype.h> +/* #include <sys/ctype.h> */ #include <netgraph/ng_message.h> #include <netgraph/netgraph.h> |
