r273268, sys/sys/hash.h hash32_buf hash32_str hash32_strn hash32_stre hash32_strne functions should have return value enclosed in parentheses, according to style(9). Thus, should be, for example, return (hash); not return hash;
Created attachment 238205 [details] Proposed patch for 216111