X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/6c42153ad9362cc676ea66563bf400d7511b3b68..7d327ff038f743228a91fd53fa4c8f47c5c44e96:/uip/mshcmds.c diff --git a/uip/mshcmds.c b/uip/mshcmds.c index 3548b7ec..4566029c 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;