2008-07-03 Jan Kratochvil <jan.kratochvil@redhat.com>
Trace even VFORK on -f on all the platforms.
* strace.1 <-f>: Describe Linux catches new children immediately.
<-F>: Make the option obsolete. Move the SunOS VFORK comment to the
`-f' option description.
* defs.h (followvfork): Declaration removed.
* strace.c (followvfork): Variable removed.
(main) <-F>: Merge with the `-f' option.
(trace): Make !FOLLOWVFORK unconditional.
* process.c (internal_fork): Make !FOLLOWVFORK unconditional.
diff --git a/defs.h b/defs.h
index 0ac733f..cf21c04 100644
--- a/defs.h
+++ b/defs.h
@@ -434,7 +434,7 @@
extern struct tcb **tcbtab;
extern int *qual_flags;
-extern int debug, followfork, followvfork;
+extern int debug, followfork;
extern int dtime, cflag, xflag, qflag;
extern int acolumn;
extern unsigned int nprocs, tcbtabsize;