]> diplodocus.org Git - nmh/blobdiff - uip/replsbr.c
Restored test-ali to its prior condition. It failed on the
[nmh] / uip / replsbr.c
index b696ae71eaaf1ac26fea246e827eb8ce6597f43a..087cbebedbe00d600aa13afcd9bbf5b61db669d8 100644 (file)
@@ -424,7 +424,7 @@ replfilter (FILE *in, FILE *out, char *filter, int fmtproc)
     rewind (in);
     lseek (fileno(in), (off_t) 0, SEEK_SET);
 
-    switch (pid = vfork()) {
+    switch (pid = fork()) {
        case NOTOK: 
            adios ("fork", "unable to");