diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2001-05-15 23:16:18 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2001-05-15 23:16:18 +0000 |
| commit | f5d325c599e1ffd48c048b6e1f70791f8801420a (patch) | |
| tree | 26245eb500700d46c7a9015599829c0df0726e8a /sys/netgraph | |
| parent | 74fc7455949233769cfa21c942a3a912b34551a3 (diff) | |
Notes
Diffstat (limited to 'sys/netgraph')
| -rw-r--r-- | sys/netgraph/ng_tty.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/netgraph/ng_tty.c b/sys/netgraph/ng_tty.c index f6e4e25b55a01..690892f6df3ff 100644 --- a/sys/netgraph/ng_tty.c +++ b/sys/netgraph/ng_tty.c @@ -75,11 +75,6 @@ #include <netgraph/netgraph.h> #include <netgraph/ng_tty.h> -#ifdef __i386__ /* fiddle with the spl locking */ -#include <sys/bus.h> -#include <machine/ipl.h> -#endif - /* Misc defs */ #define MAX_MBUFQ 3 /* Max number of queued mbufs */ #define NGT_HIWATER 400 /* High water mark on output */ |
