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 Jul 01 2008 - 06:44:12 CDT


CVSROOT: /cvs
Module name: src
Changes by: claudiocvs.openbsd.org 2008/07/01 05:44:12

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

Log message:
Do not use MINCLSIZE to figure out if a single mbuf or a mcluster should be
used. Instead use MHLEN and MLEN acordingly because MINCLSIZE is bigger than
a single mbuf now.
OK mglocker