shithub: riscv

Download patch

ref: 7e619e59e4fc445f9d42e3eb919dc29c30769913
parent: 5a93b4fe2d4b76815ce06ba411f80a49fe26b3a1
author: cinap_lenrek <[email protected]>
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[];