cvs commit: src/sys/i4b/driver i4b_ing.c

Warner Losh imp at FreeBSD.org
Sun Jul 4 09:10:36 PDT 2004


imp         2004-07-04 16:10:36 UTC

  FreeBSD src repository

  Modified files:
    sys/i4b/driver       i4b_ing.c 
  Log:
  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
  
  Revision  Changes    Path
  1.20      +4 -1      src/sys/i4b/driver/i4b_ing.c


More information about the cvs-src mailing list