]> git.marmaro.de Git - mmh/blobdiff - uip/replsbr.c
Well the wrap of vfork() calls didn't work: its semantics don't allow that. So...
[mmh] / uip / replsbr.c
index 7365b45e0512ed484d547329ad7a610673cf8d11..e2f63c578a8676e116b2b6a955556b3c334bfa45 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");