NetBSD-macppc ctype needs uchars.

This commit is contained in:
rsc 2005-09-09 23:16:15 +00:00
parent 94d85bc000
commit 3bd56b04a8
22 changed files with 55 additions and 56 deletions

View file

@ -579,7 +579,7 @@ sysrun(int errto, char *fmt, ...)
if(tot == sizeof buf)
tot--;
buf[tot] = 0;
while(tot > 0 && isspace(buf[tot-1]))
while(tot > 0 && isspace((uchar)buf[tot-1]))
tot--;
buf[tot] = 0;
if(tot == 0){