mac warnings

This commit is contained in:
Russ Cox
2005-11-07 17:34:39 +00:00
parent 494adeed0b
commit 537f761602
9 changed files with 21 additions and 18 deletions

View File

@ -585,7 +585,7 @@ fsdirread(Chan *c, uchar *va, int count, ulong offset)
d.length = stbuf.st_size;
d.type = 'U';
d.dev = c->dev;
n = convD2M(&d, (char*)va+i, count-i);
n = convD2M(&d, (uchar*)va+i, count-i);
if(n == BIT16SZ){
strcpy(uif->nextname, de);
break;