dang, deleted a line

This commit is contained in:
Julian Elischer 1999-10-23 04:52:54 +00:00
parent b58a8a3b1d
commit 37d636b2d4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=52442

View File

@ -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 @@ ngt_rcvmsg(node_p node, struct ng_mesg *msg, const char *retaddr,
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) {