]> diplodocus.org Git - nmh/blobdiff - uip/dropsbr.c
Change from "concat" to "concatsw" so we don't conflict with the
[nmh] / uip / dropsbr.c
index 2cf5b598d6415d92c7053e49739f0bea0d0e6c38..da2752d12debfd1f0cb2eccde51815d4fc989812 100644 (file)
@@ -567,7 +567,7 @@ map_write (char *mailbox, int md, int id, long last, off_t start,
        clear = 1;
 
     if (!clear && map_chk (file, fd, &d1, pos, noisy)) {
-       unlink (file);
+       (void) m_unlink (file);
        mbx_close (file, fd);
        if ((fd = map_open (file, md)) == NOTOK)
            return NOTOK;