---- wctrans.c.orig 2004-11-25 11:38:20.000000000 -0800
-+++ wctrans.c 2005-02-19 14:30:32.000000000 -0800
+--- wctrans.c.orig 2009-11-09 15:05:25.000000000 -0800
++++ wctrans.c 2009-11-09 15:05:26.000000000 -0800
@@ -27,6 +27,8 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD: src/lib/libc/locale/wctrans.c,v 1.3 2003/11/01 08:20:58 tjr Exp $");
#include <errno.h>
#include <string.h>
#include <wctype.h>
-@@ -38,15 +40,16 @@
+@@ -38,15 +40,16 @@ enum {
};
wint_t
break;
case _WCT_ERROR:
default:
-@@ -57,6 +60,12 @@
+@@ -57,6 +60,12 @@ towctrans(wint_t wc, wctrans_t desc)
return (wc);
}
wctrans_t
wctrans(const char *charclass)
{
-@@ -78,3 +87,14 @@
+@@ -78,3 +87,14 @@ wctrans(const char *charclass)
errno = EINVAL;
return (ccls[i].trans);
}