s/vfork/fork/
[mmh] / uip / replsbr.c
index b63d013..2affe31 100644 (file)
@@ -441,7 +441,7 @@ replfilter(FILE *in, FILE *out, char *filter)
        rewind(in);
        lseek(fileno(in), (off_t) 0, SEEK_SET);
 
-       switch (pid = vfork()) {
+       switch (pid = fork()) {
        case NOTOK:
                adios("fork", "unable to");