git: 9front

Download patch

ref: 10094b8356adb21405746297bb0bc067734cac3a
parent: 83211181e3887787e48b45af3065de269f2e70c0
author: aiju <aiju@phicode.de>
date: Mon May 9 05:52:53 EDT 2011

changed Egreg

--- a/sys/src/9/port/error.h
+++ b/sys/src/9/port/error.h
@@ -41,7 +41,7 @@
 extern char Esoverlap[];	/* segments overlap */
 extern char Emouseset[];	/* mouse type already set */
 extern char Eshort[];		/* i/o count too small */
-extern char Egreg[];		/* jmk added reentrancy for threads */
+extern char Egreg[];		/* the front fell off */
 extern char Ebadspec[];		/* bad attach specifier */
 extern char Enoreg[];		/* process has no saved registers */
 extern char Enoattach[];	/* mount/attach disallowed */
--