X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/4a78cbcd4fa986d9c1e7bd0a5a4bdb619faeb7cb..2194825961eefdab538204e3bb682825a5427e14:/uip/forwsbr.c diff --git a/uip/forwsbr.c b/uip/forwsbr.c index 90838e24..295507d6 100644 --- a/uip/forwsbr.c +++ b/uip/forwsbr.c @@ -178,7 +178,7 @@ finished: adios(NULL, "unable to create temporary file in %s", get_temp_dir()); } strncpy (tmpfil, cp, sizeof(tmpfil)); - unlink (tmpfil); + (void) m_unlink (tmpfil); if ((in = dup (fileno (tmp))) == NOTOK) adios ("dup", "unable to");