diff options
| author | Julian Elischer <julian@FreeBSD.org> | 2000-12-12 18:52:14 +0000 |
|---|---|---|
| committer | Julian Elischer <julian@FreeBSD.org> | 2000-12-12 18:52:14 +0000 |
| commit | 859a4d166c0fc97b248bf33c8745b7494934b0bf (patch) | |
| tree | 94d99d9e64eac6a506d1bd96cdf3063bafa75119 /sys/netgraph/ng_rfc1490.c | |
| parent | 1ec5afb81e2be950824646f8a516e80d1c6b931c (diff) | |
Notes
Diffstat (limited to 'sys/netgraph/ng_rfc1490.c')
| -rw-r--r-- | sys/netgraph/ng_rfc1490.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netgraph/ng_rfc1490.c b/sys/netgraph/ng_rfc1490.c index 02b1c3bdab34..0eb090f5f737 100644 --- a/sys/netgraph/ng_rfc1490.c +++ b/sys/netgraph/ng_rfc1490.c @@ -106,7 +106,6 @@ static struct ng_type typestruct = { NULL, NULL, ng_rfc1490_rcvdata, - ng_rfc1490_rcvdata, ng_rfc1490_disconnect, NULL }; @@ -215,7 +214,7 @@ ng_rfc1490_rcvmsg(node_p node, struct ng_mesg *msg, static int ng_rfc1490_rcvdata(hook_p hook, struct mbuf *m, meta_p meta, - struct mbuf **ret_m, meta_p *ret_meta) + struct mbuf **ret_m, meta_p *ret_meta, struct ng_mesg **resp) { const node_p node = hook->node; const priv_p priv = node->private; |
