Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!usc!sdd.hp.com!spool2.mu.edu!uunet!munnari.oz.au!csc.anu.edu.au!manuel!csc.canberra.edu.au!echo!eyal From: eyal@echo.canberra.edu.au (Eyal Lebedinsky) Newsgroups: comp.os.minix Subject: problem report: memcmp.c Message-ID: Date: 27 Jan 91 12:28:30 GMT Sender: news@csc.canberra.edu.au Organization: Info Sci & Eng, University of Canberra Lines: 7 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).