X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/b56c88e2847c582f9b18ae5bbda44f033cd49c42..5b83e4c3cdafdcb5a4e8b6302314dca974a67092:/uip/rmf.c diff --git a/uip/rmf.c b/uip/rmf.c index 765ec9e1..bb03805a 100644 --- a/uip/rmf.c +++ b/uip/rmf.c @@ -179,7 +179,7 @@ rmf (char *folder) others++; continue; } - if (unlink (dp->d_name) == NOTOK) { + if (m_unlink (dp->d_name) == NOTOK) { admonish (dp->d_name, "unable to unlink %s:", folder); others++; }