tremove debugging print - 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 f1a5be0fb281780e5f86c6e239ed01ef1cf3d0fa
(DIR) parent c73e7cf5aceda56baaa8eb8a3420ca2a8f232af5
(HTM) Author: rsc <devnull@localhost>
Date: Tue, 20 Apr 2004 05:09:56 +0000
remove debugging print
Diffstat:
M src/cmd/acid/proc.c | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
---
(DIR) diff --git a/src/cmd/acid/proc.c b/src/cmd/acid/proc.c
t@@ -29,7 +29,6 @@ sproc(int xpid)
free(correg);
correg = nil;
-fprint(2, "mapproc %d\n", xpid);
if(mapproc(xpid, cormap, &correg) < 0)
error("setproc %d: %r", pid);