K 10 svn:author V 3 jhb K 8 svn:date V 27 2010-12-16T17:05:28.140388Z K 7 svn:log V 329 Small style fixes: - Avoid side-effect assignments in if statements when possible. - Don't use ! to check for NULL pointers, explicitly check against NULL. - Explicitly check error return values against 0. - Don't use INTR_MPSAFE for interrupt handlers with only filters as it is meaningless. - Remove unneeded function casts. END