little bug fixes
This commit is contained in:
parent
8538a66037
commit
debcecb539
3 changed files with 3 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue