diff options
author | aiju <aiju@phicode.de> | 2011-05-09 09:52:53 +0000 |
---|---|---|
committer | aiju <aiju@phicode.de> | 2011-05-09 09:52:53 +0000 |
commit | 51c9ad341376cf62c223264d1cf5eaddb48ab29f (patch) | |
tree | 6d0115ec82ce3ae88ac5d94ce2c7536a8a9fcd44 | |
parent | 908a525ef5ed769f0621df6df4184b1349920d94 (diff) | |
download | plan9front-51c9ad341376cf62c223264d1cf5eaddb48ab29f.tar.xz |
changed Egreg
-rw-r--r-- | sys/src/9/port/error.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |