X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/3a84d814004fd4557bf4f44952648e9e69bd22a8..3a85e0bc9:/uip/replsbr.c?ds=inline diff --git a/uip/replsbr.c b/uip/replsbr.c index 7f0f5237..e2f63c57 100644 --- a/uip/replsbr.c +++ b/uip/replsbr.c @@ -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");