diff options
author | archie <archie@FreeBSD.org> | 2000-03-13 19:05:11 +0000 |
---|---|---|
committer | archie <archie@FreeBSD.org> | 2000-03-13 19:05:11 +0000 |
commit | 7cd26274294f29508e02c8e6465570aeb6f16921 (patch) | |
tree | 284b24f5136b166c4d5082302d7a1b04bb8d2cb1 /sys/netgraph/ng_base.c | |
parent | 293fdc52167e72decb99c6fba30279604f980bde (diff) | |
download | FreeBSD-src-7cd26274294f29508e02c8e6465570aeb6f16921.zip FreeBSD-src-7cd26274294f29508e02c8e6465570aeb6f16921.tar.gz |
Some minor prototype tweaks.
Diffstat (limited to 'sys/netgraph/ng_base.c')
-rw-r--r-- | sys/netgraph/ng_base.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |