OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
CVS: cvs.openbsd.org: src

From: Claudio Jeker (claudiocvs.openbsd.org)
Date: Tue Oct 03 2006 - 12:26:14 CDT


CVSROOT: /cvs
Module name: src
Changes by: claudiocvs.openbsd.org 2006/10/03 11:26:14

Modified files:
        sys/dev/ic : pgt.c

Log message:
Do not use IF_PREPEND. Instead use IFQ_POLL and IFQ_DEQUEUE. This should
"fix" altq. OK mglocker