From cbeb0b26e4c7caa8d1b47de791a7418dc20a4567 Mon Sep 17 00:00:00 2001 From: rsc Date: Sat, 1 Apr 2006 19:24:03 +0000 Subject: Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms. --- 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 68d2bdfc..37d4b505 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