From 7d61e7369c8ae985c82e72517c0bc34a8b08dda4 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Wed, 15 Sep 2004 22:21:41 +0000 Subject: avoid aliasing against libc symbols --- usr.bin/mail/aux.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.bin/mail/aux.c') diff --git a/usr.bin/mail/aux.c b/usr.bin/mail/aux.c index 16f2781c19d..6152515e2e1 100644 --- a/usr.bin/mail/aux.c +++ b/usr.bin/mail/aux.c @@ -1,4 +1,4 @@ -/* $OpenBSD: aux.c,v 1.21 2003/06/03 02:56:11 millert Exp $ */ +/* $OpenBSD: aux.c,v 1.22 2004/09/15 22:21:40 deraadt Exp $ */ /* $NetBSD: aux.c,v 1.5 1997/05/13 06:15:52 mikel Exp $ */ /* @@ -34,7 +34,7 @@ #if 0 static const char sccsid[] = "@(#)aux.c 8.1 (Berkeley) 6/6/93"; #else -static const char rcsid[] = "$OpenBSD: aux.c,v 1.21 2003/06/03 02:56:11 millert Exp $"; +static const char rcsid[] = "$OpenBSD: aux.c,v 1.22 2004/09/15 22:21:40 deraadt Exp $"; #endif #endif /* not lint */ @@ -603,7 +603,7 @@ charcount(char *str, int c) * Convert c to upper case */ int -raise(int c) +chraise(int c) { if (islower(c)) -- cgit v1.2.3