=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mail/Attic/aux.c,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- src/usr.bin/mail/Attic/aux.c 2003/06/03 02:56:11 1.21 +++ src/usr.bin/mail/Attic/aux.c 2004/09/15 22:21:40 1.22 @@ -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 @@ * Convert c to upper case */ int -raise(int c) +chraise(int c) { if (islower(c))