From 39dbe6e72b5e0ffc7989da7f1e59f41498d2b492 Mon Sep 17 00:00:00 2001 From: rsc Date: Fri, 7 Jan 2005 18:45:17 +0000 Subject: small hidings --- src/libmach/t.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/libmach/t.c') diff --git a/src/libmach/t.c b/src/libmach/t.c index d11cb7dd..68d2bdfc 100644 --- a/src/libmach/t.c +++ b/src/libmach/t.c @@ -163,9 +163,9 @@ main(int argc, char **argv) attachargs(argc, argv, OREAD); attachdynamic(); - if(!corpid && !corhdr) - sysfatal("could not attach to process"); - +// if(!corpid && !corhdr) +// sysfatal("could not attach to process"); +// p.pid = corpid; if((e = td_ta_new(&p, &ta)) != TD_OK) sysfatal("td_ta_new: %s", terr(e)); -- cgit v1.2.3