tset pid=-1 explicitly - 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 26a5fd572556f6d875c18fff8e83ed5eed6cf8fa
 (DIR) parent 2e397eb47c87e78b4a9e2f4a550be4792bd05fa2
 (HTM) Author: rsc <devnull@localhost>
       Date:   Fri, 11 Feb 2005 16:58:06 +0000
       
       set pid=-1 explicitly
       
       Diffstat:
         M src/cmd/rc/exec.c                   |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
 (DIR) diff --git a/src/cmd/rc/exec.c b/src/cmd/rc/exec.c
       t@@ -20,6 +20,7 @@ void start(code *c, int pc, var *local)
                p->eof=0;
                p->iflag=0;
                p->lineno=1;
       +        p->pid=-1;
                p->ret=runq;
                runq=p;
        }