Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/lib/libc/net Be UTF8 clean.
details: https://anonhg.NetBSD.org/src/rev/a207440e071e
branches: trunk
changeset: 778550:a207440e071e
user: joerg <joerg%NetBSD.org@localhost>
date: Wed Apr 04 10:03:53 2012 +0000
description:
Be UTF8 clean.
diffstat:
tests/lib/libc/net/t_getprotoent.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r b82336949272 -r a207440e071e tests/lib/libc/net/t_getprotoent.c
--- a/tests/lib/libc/net/t_getprotoent.c Wed Apr 04 07:32:29 2012 +0000
+++ b/tests/lib/libc/net/t_getprotoent.c Wed Apr 04 10:03:53 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_getprotoent.c,v 1.1 2011/07/15 06:41:29 jruoho Exp $ */
+/* $NetBSD: t_getprotoent.c,v 1.2 2012/04/04 10:03:53 joerg Exp $ */
/*-
* Copyright (c) 2011 The NetBSD Foundation, Inc.
@@ -29,7 +29,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: t_getprotoent.c,v 1.1 2011/07/15 06:41:29 jruoho Exp $");
+__RCSID("$NetBSD: t_getprotoent.c,v 1.2 2012/04/04 10:03:53 joerg Exp $");
#include <atf-c.h>
#include <netdb.h>
@@ -107,7 +107,7 @@
ATF_TC_BODY(getprotobyname_err, tc)
{
static const char * name[] =
- { "xxx", "yyy", "xyz", ".as.d}9x.._?!!#¤,¨^//&%%,",
+ { "xxx", "yyy", "xyz", ".as.d}9x.._?!!#\xa4,\xa8^//&%%,",
"0", "", "tCp", "uDp", "t c p", "tcp ", " tcp" };
size_t i;
Home |
Main Index |
Thread Index |
Old Index