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: Bret Lambert (blambertcvs.openbsd.org)
Date: Mon Jun 01 2009 - 19:05:13 CDT


CVSROOT: /cvs
Module name: src
Changes by: blambertcvs.openbsd.org 2009/06/01 18:05:13

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

Log message:
Move M_PREPEND macro code to be entirely into m_prepend the function;
calling M_PREPEND is now #define'd to be calling m_prepend.

Shaves an unknown but assumed-to-be-nontrivial amount from the kernel.

ok claudio henning(who may have had to okay this twice to get me to notice)