X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmshcmds.c;h=4566029c121f86aaea4c1f1b35da681ab62b1b69;hp=c199502d7acbc87c36d8e780d9ea0cd4dd8fe773;hb=4885712264980e6cbc2039f9158027bee9213475;hpb=7879ea4084333b448c5a3a49c1cb52023e3808d1 diff --git a/uip/mshcmds.c b/uip/mshcmds.c index c199502..4566029 100644 --- a/uip/mshcmds.c +++ b/uip/mshcmds.c @@ -3,6 +3,10 @@ * mshcmds.c -- command handlers in msh * * $Id$ + * + * This code is Copyright (c) 2002, by the authors of nmh. See the + * COPYRIGHT file in the root directory of the nmh distribution for + * complete copyright information. */ #include @@ -11,14 +15,13 @@ #include #include #include -#include +#include #include #include #include #include #include -extern int errno; static char delim3[] = "-------"; /* from burst.c */ @@ -3005,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;