From 51c9ad341376cf62c223264d1cf5eaddb48ab29f Mon Sep 17 00:00:00 2001 From: aiju Date: Mon, 9 May 2011 09:52:53 +0000 Subject: [PATCH] changed Egreg --- sys/src/9/port/error.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/src/9/port/error.h b/sys/src/9/port/error.h index e9ff15023..e9a4367dc 100644 --- a/sys/src/9/port/error.h +++ b/sys/src/9/port/error.h @@ -41,7 +41,7 @@ extern char Enoswap[]; /* swap space full */ 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 */