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: Thordur I. Bjornsson (thibcvs.openbsd.org)
Date: Tue Jun 12 2007 - 14:29:23 CDT


CVSROOT: /cvs
Module name: src
Changes by: thibcvs.openbsd.org 2007/06/12 13:29:23

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

Log message:
add M_CANFAIL to malloc() flags, requested by
marco after I showed him a diff to remove the
malloc retun values since they are all called
with M_WAITOK.

ok marco