]> git.marmaro.de Git - mmh/blobdiff - uip/replsbr.c
Removed all traces of rmfproc. It had been used by bbl but was
[mmh] / uip / replsbr.c
index 7f0f52375ef1b79a0d7721f38dcc65b0b4374207..e2f63c578a8676e116b2b6a955556b3c334bfa45 100644 (file)
@@ -24,7 +24,7 @@ static int dftype=0;
 static char *badaddrs = NULL;
 static char *dfhost = NULL;
 
-static struct mailname mq = { NULL };
+static struct mailname mq;
 static int nodupcheck = 0;             /* If set, no check for duplicates */
 
 /*
@@ -466,7 +466,7 @@ replfilter (FILE *in, FILE *out, char *filter)
     rewind (in);
     lseek (fileno(in), (off_t) 0, SEEK_SET);
 
-    switch (pid = vfork ()) {
+    switch (pid = vfork()) {
        case NOTOK: 
            adios ("fork", "unable to");