[comp.os.minix] problem report: memcmp.c

eyal@echo.canberra.edu.au (Eyal Lebedinsky) (01/27/91)

Hello minixers,

This problem hits you if char is signed on your machine. In memcmp.c the
chars MUST be unsigned char for proper  results.

This needs both scan1 and scan2 to bee so as well as the following cats.
(Miau... I mean casts).