mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-28 11:57:28 +00:00
8f8d30274a
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. |
||
---|---|---|
.. | ||
ffs | ||
ufs |