mordae wrote:
> 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

Indeed. I just spent a considerable time on a build and came to the same
conclusion. C'est la vie.

Ian
-- 
http://linuxfromscratch.org/mailman/listinfo/hlfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to