git: 9front

Download patch

ref: bc70e7b93098f185479fd715aff34ee321c7a08f
parent: 5615cb23b736d5194830721e5c2ae7a5162a0ea8
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sun Oct 29 21:24:18 EDT 2017

devcons: remove obsolete comment

--- a/sys/src/9/port/devcons.c
+++ b/sys/src/9/port/devcons.c
@@ -464,7 +464,7 @@
 	ulong l;
 	Mach *mp;
 	char *b, *bp;
-	char tmp[256];		/* must be >= 18*NUMSIZE (Qswap) */
+	char tmp[256];
 	int i, k, id;
 	vlong offset = off;
 	extern char configfile[];
--