CVSROOT:        /cvs
Module name:    ports
Changes by:     [email protected]    2021/06/28 15:34:19

Modified files:
        misc/uniutils  : Makefile 
Added files:
        misc/uniutils/patches: patch-unireverse_c 

Log message:
uniutils: unbreak unireverse's runtime on unsigned char arches

A looped getc(3) call in unireverse never reached EOF on these arches
because the return value was stored in a char, instead of the
by-the-book type, int. This fixes an infinite loop at runtime.

OK jca@, maintainer timeout

Reply via email to