little bug fixes

This commit is contained in:
rsc 2004-05-14 19:45:23 +00:00
parent 8538a66037
commit debcecb539
3 changed files with 3 additions and 2 deletions

View file

@ -22,7 +22,7 @@ p9open(char *name, int mode)
mode ^= ODIRECT;
}
if(mode){
werrstr("mode not supported");
werrstr("mode 0x%x not supported", mode);
return -1;
}
fd = open(name, umode);