changeset 13182:35bf26976d42

169 Lack of "rune" wctype breaks tr -C Reviewed by: loki@animata.net Approved by: richlowe@richlowe.net
author Garrett D'Amore <garrett@nexenta.com>
date Sat, 11 Sep 2010 07:50:43 -0700
parents 88e527ca878f
children 1de0101e9338
files usr/src/lib/libc/port/locale/wctype.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/usr/src/lib/libc/port/locale/wctype.c	Thu Sep 09 11:46:43 2010 -0400
+++ b/usr/src/lib/libc/port/locale/wctype.c	Sat Sep 11 07:50:43 2010 -0700
@@ -57,7 +57,8 @@
 		{ "ideogram",	_CTYPE_I },	/* BSD extension */
 		{ "special",	_CTYPE_T },	/* BSD extension */
 		{ "phonogram",	_CTYPE_Q },	/* BSD extension */
-		{ NULL,		0UL },		/* Default */
+		{ "rune",	-1 },		/* BSD extension */
+		{ NULL,		0 },		/* Default */
 	};
 	int i;