Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Jul 2004 16:10:36 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/i4b/driver i4b_ing.c
Message-ID:  <200407041610.i64GAag8049465@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407041610.i64GAag8049465>