From 958b099adb8022aebc698062573c1403497083cf Mon Sep 17 00:00:00 2001 From: charnier Date: Fri, 6 Jun 1997 06:46:27 +0000 Subject: Err(3) was locally defined (for portability reasons). Use #ifdef 0/#endif to hide this so libc is kept instead. --- bin/rmail/rmail.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'bin/rmail') diff --git a/bin/rmail/rmail.c b/bin/rmail/rmail.c index f80cd3b..bf50f4b 100644 --- a/bin/rmail/rmail.c +++ b/bin/rmail/rmail.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: rmail.c,v 1.9 1997/02/22 14:05:31 peter Exp $ + * $Id: rmail.c,v 1.10 1997/03/28 15:24:35 imp Exp $ */ #ifndef lint @@ -80,7 +80,9 @@ static char const sccsid[] = "@(#)rmail.c 8.1 (Berkeley) 5/31/93"; #include #include +#ifdef 0 void err __P((int, const char *, ...)); +#endif void usage __P((void)); int @@ -350,6 +352,7 @@ usage() exit(EX_USAGE); } +#ifdef 0 #ifdef __STDC__ #include #else @@ -378,3 +381,4 @@ err(eval, fmt, va_alist) (void)fprintf(stderr, "\n"); exit(eval); } +#endif -- cgit v1.1