X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/b56c88e2847c582f9b18ae5bbda44f033cd49c42..4dc32bd4c12c4bdba806e91d0319ea677cd87362:/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++; }