From 7cd26274294f29508e02c8e6465570aeb6f16921 Mon Sep 17 00:00:00 2001 From: archie Date: Mon, 13 Mar 2000 19:05:11 +0000 Subject: Some minor prototype tweaks. --- sys/netgraph/ng_base.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/netgraph/ng_base.c') diff --git a/sys/netgraph/ng_base.c b/sys/netgraph/ng_base.c index 7d6bb6b..5cf9523 100644 --- a/sys/netgraph/ng_base.c +++ b/sys/netgraph/ng_base.c @@ -1876,7 +1876,7 @@ ng_queue_data(hook_p hook, struct mbuf *m, meta_p meta) * put the msg onto a queue to be picked up by another PPL (probably splnet) */ int -ng_queue_msg(node_p here, struct ng_mesg * msg, int len, const char *address) +ng_queue_msg(node_p here, struct ng_mesg *msg, const char *address) { register struct ng_queue_entry *q; int s; -- cgit v1.1