Date: Sat, 14 Mar 2009 19:04:25 +0000 (UTC) From: David Schultz <das@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r189811 - head/include Message-ID: <200903141904.n2EJ4PLP004997@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: das Date: Sat Mar 14 19:04:24 2009 New Revision: 189811 URL: http://svn.freebsd.org/changeset/base/189811 Log: Don't prototype _tolower() and _toupper(). They're not supposed to be functions, and there's no implementation of them in any case. Modified: head/include/ctype.h Modified: head/include/ctype.h ============================================================================== --- head/include/ctype.h Sat Mar 14 19:03:40 2009 (r189810) +++ head/include/ctype.h Sat Mar 14 19:04:24 2009 (r189811) @@ -65,8 +65,6 @@ int tolower(int); int toupper(int); #if __XSI_VISIBLE -int _tolower(int); -int _toupper(int); int isascii(int); int toascii(int); #endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903141904.n2EJ4PLP004997>