X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/b56c88e2847c582f9b18ae5bbda44f033cd49c42..ea855e72d026c72658d43f993fc62cfcf2de2ca3:/uip/whom.c diff --git a/uip/whom.c b/uip/whom.c index 980cdda5..2a36025a 100644 --- a/uip/whom.c +++ b/uip/whom.c @@ -196,7 +196,7 @@ main (int argc, char **argv) status = pidwait(child_id, OK); - unlink (msg); + (void) m_unlink (msg); if (rename (backup, msg) == NOTOK) adios (msg, "unable to rename %s to", backup); done (status);