X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/20ce29e738d1a15764197559d256a85ef89d85d7..d2520ac7054ad75d60342606bf13c821305d958c:/uip/mshcmds.c diff --git a/uip/mshcmds.c b/uip/mshcmds.c index 3a5f98fa..6627c6ab 100644 --- a/uip/mshcmds.c +++ b/uip/mshcmds.c @@ -1011,7 +1011,7 @@ forw (char *proc, char *filter, int vecp, char **vec) break; } - unlink (tmpfil); + (void) m_unlink (tmpfil); } @@ -2842,7 +2842,7 @@ ready: ; } if (!fmsh) - unlink (tmpfil); + (void) m_unlink (tmpfil); return status; }