K 10 svn:author V 2 ed K 8 svn:date V 27 2012-01-01T20:47:33.857616Z K 7 svn:log V 356 Migrate ufs and ext2fs from skpc() to memcchr(). While there, remove a useless check from the code. memcchr() always returns characters unequal to 0xff in this case, so inosused[i] ^ 0xff can never be equal to zero. Also, the fact that memcchr() returns a pointer instead of the number of bytes until the end, makes conversion to an offset far more easy. END