]> diplodocus.org Git - nmh/blobdiff - uip/mshcmds.c
prepend DESTDIR to install locations
[nmh] / uip / mshcmds.c
index 3548b7ec355df13713f8c96437f2a1e084fe88b2..4566029c121f86aaea4c1f1b35da681ab62b1b69 100644 (file)
@@ -22,7 +22,6 @@
 #include <h/msh.h>
 #include <h/picksbr.h>
 
-extern int errno;
 
 static char delim3[] = "-------";      /* from burst.c */
 
@@ -3009,7 +3008,6 @@ process (int msgnum, char *proc, int vecp, char **vec)
     strncpy (tmpfil, m_scratch ("", invo_name), sizeof(tmpfil));
     if ((out = fopen (tmpfil, "w")) == NULL) {
        int olderr;
-       extern int errno;
        char newfil[80];
 
        olderr = errno;