]> diplodocus.org Git - nmh/blobdiff - uip/forwsbr.c
add rmf(1) and folder(1) to one another's SEE ALSO sections
[nmh] / uip / forwsbr.c
index 90838e2418dffd06a803c78111067bc040ea2d96..295507d61482ee426f000f8c2b1166228593543d 100644 (file)
@@ -178,7 +178,7 @@ finished:
        adios(NULL, "unable to create temporary file in %s", get_temp_dir());
     }
     strncpy (tmpfil, cp, sizeof(tmpfil));
-    unlink (tmpfil);
+    (void) m_unlink (tmpfil);
     if ((in = dup (fileno (tmp))) == NOTOK)
        adios ("dup", "unable to");