diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-07-28 10:01:05 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-07-28 10:01:05 +0200 |
commit | 20da5094d9398dd64ab89c7dfc99f53ce6500842 (patch) | |
tree | 5bc14cea399e46ebc1d66d9c58a3559faded24e3 /sys/src/9/port/chan.c | |
parent | 4bd9ed80c379d0f531a8fc8e8307dea36df0c8c0 (diff) |
kernel: remove obsolete comment from namec()
Diffstat (limited to 'sys/src/9/port/chan.c')
-rw-r--r-- | sys/src/9/port/chan.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/src/9/port/chan.c b/sys/src/9/port/chan.c index 373c3b4cb..c40010199 100644 --- a/sys/src/9/port/chan.c +++ b/sys/src/9/port/chan.c @@ -1398,7 +1398,6 @@ namec(char *aname, int amode, int omode, ulong perm) * any others left unprotected) */ n = chartorune(&r, up->genbuf+1)+1; - /* actually / is caught by parsing earlier */ if(up->pgrp->noattach && utfrune("|decp", r)==nil) error(Enoattach); t = devno(r, 1); |