summaryrefslogtreecommitdiff
path: root/unvis.c
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2013-02-21 17:16:04 +0000
committerBrooks Davis <brooks@FreeBSD.org>2013-02-21 17:16:04 +0000
commit54d86215281a78e7bca1bead5378d3059e48a525 (patch)
treebb544cea52fd1ce9326f084fb9c173cdd7e5b3dd /unvis.c
parent98d3bb6efb3abbb40256406ab61f3bd2cac6c507 (diff)
Vendor import of NetBSD's (un)vis(3) at 2013-02-21vendor/NetBSD/libc-vis/20130221
Notes
svn path=/vendor/NetBSD/libc-vis/dist/; revision=247106 svn path=/vendor/NetBSD/libc-vis/20132102/; revision=247107; tag=vendor/NetBSD/libc-vis/20130221
Diffstat (limited to 'unvis.c')
-rw-r--r--unvis.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/unvis.c b/unvis.c
index 6ca4e7376dc1..cf0273dfc8c4 100644
--- a/unvis.c
+++ b/unvis.c
@@ -1,4 +1,4 @@
-/* $NetBSD: unvis.c,v 1.40 2012/12/14 21:31:01 christos Exp $ */
+/* $NetBSD: unvis.c,v 1.41 2012/12/15 04:29:53 matt Exp $ */
/*-
* Copyright (c) 1989, 1993
@@ -34,7 +34,7 @@
#if 0
static char sccsid[] = "@(#)unvis.c 8.1 (Berkeley) 6/4/93";
#else
-__RCSID("$NetBSD: unvis.c,v 1.40 2012/12/14 21:31:01 christos Exp $");
+__RCSID("$NetBSD: unvis.c,v 1.41 2012/12/15 04:29:53 matt Exp $");
#endif
#endif /* LIBC_SCCS and not lint */
@@ -81,7 +81,7 @@ __weak_alias(strnunvisx,_strnunvisx)
* RFC 1866
*/
static const struct nv {
- const char name[7];
+ char name[7];
uint8_t value;
} nv[] = {
{ "AElig", 198 }, /* capital AE diphthong (ligature) */