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: Sun May 27 2007 - 15:54:25 CDT


CVSROOT: /cvs
Module name: src
Changes by: claudiocvs.openbsd.org 2007/05/27 14:54:25

Modified files:
        sys/kern : uipc_mbuf.c
        sys/sys : mbuf.h

Log message:
Kill the nasty MGET, MGETHDR and MCLGET makros and replace them with normal
functions. The world is no longer running on a PDP11 so function call overhead
is not an issue. Diff by tbert, tested by many, OK art