This commit is contained in:
rsc 2005-03-15 20:27:59 +00:00
parent 268d64df84
commit edefa2492c
2 changed files with 2 additions and 2 deletions

View file

@ -104,7 +104,7 @@ initfcalls(void)
fcalls[Tremove]= rremove;
fcalls[Tstat]= rstat;
fcalls[Twstat]= rwstat;
};
}
char Eperm[] = "permission denied";
char Enotdir[] = "not a directory";