X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Freplsbr.c;h=e2f63c578a8676e116b2b6a955556b3c334bfa45;hb=5ea646bd6534ab3b4d228c1c20998fdfa69ecfcf;hp=ace850dbb747717874a06ed3ae07fe16d02e2711;hpb=2ce001e1b0b7cc5366ea2804f66726e57910282b;p=mmh diff --git a/uip/replsbr.c b/uip/replsbr.c index ace850d..e2f63c5 100644 --- a/uip/replsbr.c +++ b/uip/replsbr.c @@ -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");