kernel: remove obsolete comment from namec()
This commit is contained in:
parent
4bd9ed80c3
commit
20da5094d9
1 changed files with 0 additions and 1 deletions
|
@ -1398,7 +1398,6 @@ namec(char *aname, int amode, int omode, ulong perm)
|
||||||
* any others left unprotected)
|
* any others left unprotected)
|
||||||
*/
|
*/
|
||||||
n = chartorune(&r, up->genbuf+1)+1;
|
n = chartorune(&r, up->genbuf+1)+1;
|
||||||
/* actually / is caught by parsing earlier */
|
|
||||||
if(up->pgrp->noattach && utfrune("|decp", r)==nil)
|
if(up->pgrp->noattach && utfrune("|decp", r)==nil)
|
||||||
error(Enoattach);
|
error(Enoattach);
|
||||||
t = devno(r, 1);
|
t = devno(r, 1);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue