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)