]> git.saurik.com Git - apple/libc.git/blobdiff - regex/FreeBSD/cname.h.patch
Libc-763.11.tar.gz
[apple/libc.git] / regex / FreeBSD / cname.h.patch
diff --git a/regex/FreeBSD/cname.h.patch b/regex/FreeBSD/cname.h.patch
new file mode 100644 (file)
index 0000000..2e6b31f
--- /dev/null
@@ -0,0 +1,13 @@
+--- cname.h.orig       2010-05-05 14:45:26.000000000 -0700
++++ cname.h    2010-05-05 14:45:56.000000000 -0700
+@@ -39,8 +39,8 @@
+  */
+ /* character-name table */
+-static struct cname {
+-      char *name;
++static const struct cname {
++      const char *name;
+       char code;
+ } cnames[] = {
+       {"NUL",                 '\0'},