Subject: Re: CVS commit: src/common/lib/libprop To: Jason R Thorpe <thorpej@NetBSD.org> From: Alan Barrett <apb@cequrux.com> List: source-changes Date: 10/12/2006 09:08:17
On Thu, 12 Oct 2006, Jason R Thorpe wrote:
> Modified Files:
> src/common/lib/libprop: prop_rb.c
+#ifndef __predict_false
+#define __predict_false(x) (x)
+#endif
Should this be defined in tools/compat/compat_defs.h?
--apb (Alan Barrett)