From: Roland McGrath Date: Sat, 18 Jan 2003 00:21:51 +0000 (+0000) Subject: 2003-01-17 Anton Blanchard X-Git-Tag: v4.5.18~840 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9b0982b5d3b84c845192ad8b7ad822f81cf4743a;p=strace 2003-01-17 Anton Blanchard * util.c [LINUX] (setbpt): Handle SYS_vfork like SYS_fork. --- diff --git a/util.c b/util.c index efed2797..32f8d098 100644 --- a/util.c +++ b/util.c @@ -1268,6 +1268,8 @@ struct tcb *tcp; #endif #ifdef SYS_fork case SYS_fork: +#endif +#if defined SYS_fork || defined SYS_vfork if (arg_setup (tcp, &state) < 0 || get_arg0 (tcp, &state, &tcp->inst[0]) < 0 || get_arg1 (tcp, &state, &tcp->inst[1]) < 0