Well the wrap of vfork() calls didn't work: its semantics don't allow that. So...
[mmh] / uip / replsbr.c
index 7365b45..e2f63c5 100644 (file)
@@ -466,7 +466,7 @@ replfilter (FILE *in, FILE *out, char *filter)
     rewind (in);
     lseek (fileno(in), (off_t) 0, SEEK_SET);
 
-    switch (pid = m_vfork()) {
+    switch (pid = vfork()) {
        case NOTOK: 
            adios ("fork", "unable to");