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: Theo de Raadt (deraadtcvs.openbsd.org)
Date: Tue May 08 2007 - 15:59:39 CDT


CVSROOT: /cvs
Module name: src
Changes by: deraadtcvs.openbsd.org 2007/05/08 14:59:39

Modified files:
        sys/dev/isa : fd.c

Log message:
2nd one found: If you really wish to make a function __inline (which will
be called once), please also make it static so that the compiler does not
generate a 2nd one to export to outside callers! that is a stupid waste
of space.