X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmshcmds.c;h=4566029c121f86aaea4c1f1b35da681ab62b1b69;hp=3548b7ec355df13713f8c96437f2a1e084fe88b2;hb=4885712264980e6cbc2039f9158027bee9213475;hpb=b3f36786e62ff7b708849e05d0cac2f55f37e6a5 diff --git a/uip/mshcmds.c b/uip/mshcmds.c index 3548b7e..4566029 100644 --- a/uip/mshcmds.c +++ b/uip/mshcmds.c @@ -22,7 +22,6 @@ #include #include -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;