]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
meta_p is a void *, so a variable that's of type void * can't be
authorimp <imp@FreeBSD.org>
Sun, 4 Jul 2004 16:10:36 +0000 (16:10 +0000)
committerimp <imp@FreeBSD.org>
Sun, 4 Jul 2004 16:10:36 +0000 (16:10 +0000)
commitc8bc9c77afa1fbbf704376606a236020afdfba8e
treeb69a30e44370bbca957dbfc822716dccd47881ca
parentdf84cdbe06ddfd60e172e2f3d7ee2f7541c16f67
meta_p is a void *, so a variable that's of type void * can't be
dereferenced directly.  Toss an ifdef around it for the moment and
allow this to compile.  This likely means that priority packets aren't
queued to the special high priority queue.  The maintainer of this
should look into the problem.

This is likely fallout from the netgraph migration to using a more
generic meta tag from the mbug recently.

Fixes: pc98 tinerbox
sys/i4b/driver/i4b_ing.c