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: Mike Belopuhov (mikebcvs.openbsd.org)
Date: Mon Mar 02 2009 - 03:42:55 CST


CVSROOT: /cvs
Module name: src
Changes by: mikebcvs.openbsd.org 2009/03/02 02:42:55

Modified files:
        sys/sys : tree.h

Log message:
Fixup empty macro. Original comment from harti at freebsd.org:

Make the default RB_AUGMENT() produce a 'do {} while (0)' instead
of nothing. This prevents the compiler from complaining about empty
if statements when compiled with higher WARN levels.

ok krw