X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/dee387b53ab0d42922f857b60d6f980c9e79d16f..ce802211fc851f4fc22bfb34da8bc3166d3b23c2:/sbr/mts.c diff --git a/sbr/mts.c b/sbr/mts.c index 551fd1fe..169894fe 100644 --- a/sbr/mts.c +++ b/sbr/mts.c @@ -3,6 +3,10 @@ * mts.c -- definitions for the mail transport system * * $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 /* for snprintf() */ @@ -23,8 +27,6 @@ #define NOTOK (-1) #define OK 0 -extern int errno; - /* * static prototypes */