K 10 svn:author V 3 yar K 8 svn:date V 27 2005-10-03T02:14:51.000000Z K 7 svn:log V 196 Clean up consistency checks in if_setflag(): . use KASSERT for all checks so that the source of an error can be detected; . use __func__ instead of spelling function name each time; . fix a typo. END