X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/b56c88e2847c582f9b18ae5bbda44f033cd49c42..236a2b64249d7ffe0c4eaea2ef89b86f759ceda6:/uip/whom.c?ds=sidebyside 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);