tdarwin - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit d9ed72433f25ec45908dede1022425a3f3ed1c67
 (DIR) parent 4e3a81b98b7fe89d4e081be810f76f87300c11e5
 (HTM) Author: rsc <devnull@localhost>
       Date:   Fri, 21 Apr 2006 04:26:02 +0000
       
       darwin
       
       Diffstat:
         M src/cmd/9pserve.c                   |       2 ++
         M src/cmd/proof/proof.h               |       1 +
         M src/cmd/sam/sam.h                   |       3 +++
       
       3 files changed, 6 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/src/cmd/9pserve.c b/src/cmd/9pserve.c
       t@@ -4,6 +4,8 @@
        #include <thread.h>
        #include <errno.h>
        
       +#define err err9pserve /* Darwin x86 */
       +
        enum
        {
                STACK = 32768,
 (DIR) diff --git a/src/cmd/proof/proof.h b/src/cmd/proof/proof.h
       t@@ -1,5 +1,6 @@
        #include <cursor.h>
        #undef isspace
       +#define isspace proofisspace
        #define        NPAGES        500
        #define NFONT        33
        #define NSIZE        40
 (DIR) diff --git a/src/cmd/sam/sam.h b/src/cmd/sam/sam.h
       t@@ -6,6 +6,9 @@
        #undef waitfor
        #define waitfor samwaitfor
        
       +#undef warn
       +#define warn samwarn
       +
        /*
         * BLOCKSIZE is relatively small to keep memory consumption down.
         */