NetBSD-macppc ctype needs uchars.
This commit is contained in:
parent
94d85bc000
commit
3bd56b04a8
22 changed files with 55 additions and 56 deletions
|
|
@ -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){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue