--- src/lib/libc/regex/cname.h 2003/06/17 02:51:00 1.1 +++ src/lib/libc/regex/cname.h 2005/04/27 11:26:18 1.2 @@ -35,11 +35,12 @@ * SUCH DAMAGE. * * @(#)cname.h 8.3 (Berkeley) 3/20/94 + * $DragonFly$ */ /* character-name table */ static struct cname { - char *name; + const char *name; char code; } cnames[] = { {"NUL", '\0'},