ttweak - 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 5a2237bb22df7c8838e36aa5b19e7c0272061c8b
 (DIR) parent 80568494de9003c3c85cd1e07ece44066760b67b
 (HTM) Author: rsc <devnull@localhost>
       Date:   Fri, 11 Feb 2005 16:54:25 +0000
       
       ttweak
       
       Diffstat:
         M src/cmd/acid/acid.h                 |       3 ++-
       
       1 file changed, 2 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/src/cmd/acid/acid.h b/src/cmd/acid/acid.h
       t@@ -1,4 +1,6 @@
        /* acid.h */
       +#undef OAPPEND
       +
        enum
        {
                Eof                = -1,
       t@@ -261,7 +263,6 @@ String*        strnode(char*);
        String*        strnodlen(char*, int);
        #define system acidsystem
        char*        system(void);
       -Regs*        threadregs(uint);
        int        trlist(Map*, Regs*, ulong, ulong, Symbol*, int);
        void        unwind(void);
        void        userinit(void);