]> git.marmaro.de Git - mmh/blobdiff - uip/replsbr.c
s/vfork/fork/
[mmh] / uip / replsbr.c
index b63d0134d8dcb71fcac55b91ee999434e6618cc3..2affe310d0b90af42f122b5a1a291b9c5bece35e 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");