diff options
author | rsc <devnull@localhost> | 2004-04-20 05:05:16 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2004-04-20 05:05:16 +0000 |
commit | d2cbcb7722fc43af0cc1092f4572b8b9bd40fa71 (patch) | |
tree | 4362ebb0e50429a99a744d453ec3e0804e693843 /src/cmd/acid | |
parent | 62c277efe84efc5c90ad6578a55b4eaa9a22827c (diff) | |
download | plan9port-d2cbcb7722fc43af0cc1092f4572b8b9bd40fa71.tar.gz plan9port-d2cbcb7722fc43af0cc1092f4572b8b9bd40fa71.tar.bz2 plan9port-d2cbcb7722fc43af0cc1092f4572b8b9bd40fa71.zip |
little fixes.
Diffstat (limited to 'src/cmd/acid')
-rw-r--r-- | src/cmd/acid/main.c | 1 | ||||
-rw-r--r-- | src/cmd/acid/proc.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/cmd/acid/main.c b/src/cmd/acid/main.c index 89bca4c3..712831c0 100644 --- a/src/cmd/acid/main.c +++ b/src/cmd/acid/main.c @@ -77,6 +77,7 @@ main(int argc, char *argv[]) bout = &bioout; initexpr(); + initprint(); kinit(); initialising = 1; pushfile(0); diff --git a/src/cmd/acid/proc.c b/src/cmd/acid/proc.c index 2c286e15..2f8b9dd9 100644 --- a/src/cmd/acid/proc.c +++ b/src/cmd/acid/proc.c @@ -29,6 +29,7 @@ sproc(int xpid) free(correg); correg = nil; +fprint(2, "mapproc %d\n", xpid); if(mapproc(xpid, cormap, &correg) < 0) error("setproc %d: %r", pid); |