Ed Schouten 8f8d30274a 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.
2012-01-01 20:47:33 +00:00
..
2012-01-01 20:26:11 +00:00
2011-10-27 14:15:26 +00:00
2012-01-01 20:26:11 +00:00
2011-11-26 23:57:03 +00:00
2011-12-13 13:38:03 +00:00
2012-01-01 20:26:11 +00:00
2011-12-15 06:29:13 +00:00