plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit d9ed72433f25ec45908dede1022425a3f3ed1c67
parent 4e3a81b98b7fe89d4e081be810f76f87300c11e5
Author: rsc <devnull@localhost>
Date:   Fri, 21 Apr 2006 04:26:02 +0000

darwin

Diffstat:
Msrc/cmd/9pserve.c | 2++
Msrc/cmd/proof/proof.h | 1+
Msrc/cmd/sam/sam.h | 3+++
3 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/cmd/9pserve.c b/src/cmd/9pserve.c @@ -4,6 +4,8 @@ #include <thread.h> #include <errno.h> +#define err err9pserve /* Darwin x86 */ + enum { STACK = 32768, diff --git a/src/cmd/proof/proof.h b/src/cmd/proof/proof.h @@ -1,5 +1,6 @@ #include <cursor.h> #undef isspace +#define isspace proofisspace #define NPAGES 500 #define NFONT 33 #define NSIZE 40 diff --git a/src/cmd/sam/sam.h b/src/cmd/sam/sam.h @@ -6,6 +6,9 @@ #undef waitfor #define waitfor samwaitfor +#undef warn +#define warn samwarn + /* * BLOCKSIZE is relatively small to keep memory consumption down. */