summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_tty.c
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>1999-10-23 04:52:54 +0000
committerjulian <julian@FreeBSD.org>1999-10-23 04:52:54 +0000
commit41ef3662ca5da3118d79211917020f7c2cda34fd (patch)
treea8b4262317f30cfd2bb527f5eed067359d38d165 /sys/netgraph/ng_tty.c
parentbd6712748945561c31293c9a9bbafee61470548b (diff)
downloadFreeBSD-src-41ef3662ca5da3118d79211917020f7c2cda34fd.zip
FreeBSD-src-41ef3662ca5da3118d79211917020f7c2cda34fd.tar.gz
dang, deleted a line
Diffstat (limited to 'sys/netgraph/ng_tty.c')
-rw-r--r--sys/netgraph/ng_tty.c3
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) {
OpenPOWER on IntegriCloud