git: 9front

Download patch

ref: 1433d5bee66313cb6592b1eb4016df08255bad07
parent: c6f61aae7a9a8a1cf0b3e85daf66c38ada86e07b
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);
--