Hi,
robert, please, correct the assertions. Because of them, toolchain
fails to rebuild kernel because of this.
This is wrong:
assert(fwrite(ptr, size, nitems, stream))
It has to be:
assert(nitems == fwrite(ptr, size, nitems, stream))
- Mordae
--
http://linuxfromscratch.org/mailman/listinfo/hlfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page
