shithub: riscv

Download patch

ref: 20da5094d9398dd64ab89c7dfc99f53ce6500842
parent: 4bd9ed80c379d0f531a8fc8e8307dea36df0c8c0
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Tue Jul 28 06:01:05 EDT 2015

kernel: remove obsolete comment from namec()

--- a/sys/src/9/port/chan.c
+++ b/sys/src/9/port/chan.c
@@ -1398,7 +1398,6 @@
 		 *	   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);
--