commit | 9383c6c539af09303efe0a16dea55363b095f66e | [log] [tgz] |
---|---|---|
author | Roland McGrath <roland@redhat.com> | Sat Jan 18 00:19:31 2003 +0000 |
committer | Roland McGrath <roland@redhat.com> | Sat Jan 18 00:19:31 2003 +0000 |
tree | eed169b1970f0a1c8ee43be8818f97aec96c1b7c | |
parent | 3f01abd618b3276afb26e81ea35f4148cb8aa910 [diff] [blame] |
2003-01-17 Anton Blanchard <anton@samba.org> * util.c [LINUX] (setbpt): Handle SYS_vfork like SYS_fork.
diff --git a/util.c b/util.c index d01b1d8..efed279 100644 --- a/util.c +++ b/util.c
@@ -1263,6 +1263,9 @@ } switch (tcp->scno) { +#ifdef SYS_vfork + case SYS_vfork: +#endif #ifdef SYS_fork case SYS_fork: if (arg_setup (tcp, &state) < 0