John Baldwin ffaf2c55a8 Add a new macro wrapper WITNESS_CHECK() around the witness_warn() function.
The difference between WITNESS_CHECK() and WITNESS_WARN() is that
WITNESS_CHECK() should be used in the places that the return value of
witness_warn() is checked, whereas WITNESS_WARN() should be used in places
where the return value is ignored.  Specifically, in a kernel without
WITNESS enabled, WITNESS_WARN() evaluates to an empty string where as
WITNESS_CHECK evaluates to 0.  I also updated the one place that was
checking the return value of WITNESS_WARN() to use WITNESS_CHECK.
2006-01-27 22:20:15 +00:00
..
2006-01-27 21:07:04 +00:00
2006-01-26 00:35:54 +00:00
2006-01-26 21:48:50 +00:00
2005-12-04 02:12:43 +00:00
2006-01-23 15:46:09 +00:00
2006-01-18 01:45:57 +00:00
2006-01-21 10:44:34 +00:00
2006-01-21 10:44:34 +00:00
2006-01-23 21:06:22 +00:00
2005-12-14 00:49:52 +00:00