plan9port

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

commit 211073f16aa782074663a062977a30d3d19cef5f
parent 9d5979815db2a18db78a25037f46b42a93e4a659
Author: rsc <devnull@localhost>
Date:   Fri, 11 Feb 2005 16:44:04 +0000

set corpid

Diffstat:
Msrc/cmd/acid/proc.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/cmd/acid/proc.c b/src/cmd/acid/proc.c @@ -51,6 +51,7 @@ sproc(int xpid) } } pid = xpid; + corpid = pid; s = look("pid"); s->v->store.u.ival = pid;