tlittle fixes. - plan9port - [fork] Plan 9 from user space | |
git clone git://src.adamsgaard.dk/plan9port | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit d2cbcb7722fc43af0cc1092f4572b8b9bd40fa71 | |
parent 62c277efe84efc5c90ad6578a55b4eaa9a22827c | |
Author: rsc | |
Date: Tue, 20 Apr 2004 05:05:16 +0000 little fixes. Diffstat: M src/cmd/acid/main.c | 1 + M 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 | |
t@@ -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 | |
t@@ -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); |