diff options
author | julian <julian@FreeBSD.org> | 1999-10-23 04:52:54 +0000 |
---|---|---|
committer | julian <julian@FreeBSD.org> | 1999-10-23 04:52:54 +0000 |
commit | 41ef3662ca5da3118d79211917020f7c2cda34fd (patch) | |
tree | a8b4262317f30cfd2bb527f5eed067359d38d165 | |
parent | bd6712748945561c31293c9a9bbafee61470548b (diff) | |
download | FreeBSD-src-41ef3662ca5da3118d79211917020f7c2cda34fd.zip FreeBSD-src-41ef3662ca5da3118d79211917020f7c2cda34fd.tar.gz |
dang, deleted a line
-rw-r--r-- | sys/netgraph/ng_tty.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netgraph/ng_tty.c b/sys/netgraph/ng_tty.c index 568aae7..f86b403 100644 --- a/sys/netgraph/ng_tty.c +++ b/sys/netgraph/ng_tty.c @@ -179,6 +179,7 @@ NETGRAPH_INIT(tty, &typestruct); static int ngt_unit; static int ngt_nodeop_ok; /* OK to create/remove node */ +static int ngt_ldisc; /****************************************************************** LINE DISCIPLINE METHODS @@ -655,7 +656,7 @@ done: static int ngt_mod_event(module_t mod, int event, void *data) { - struct ng_type *const type = data; + /* struct ng_type *const type = data;*/ int s, error = 0; switch (event) { |