Module Name: src Committed By: joerg Date: Wed Apr 4 10:03:54 UTC 2012
Modified Files: src/tests/lib/libc/net: t_getprotoent.c Log Message: Be UTF8 clean. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/net/t_getprotoent.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/tests/lib/libc/net/t_getprotoent.c diff -u src/tests/lib/libc/net/t_getprotoent.c:1.1 src/tests/lib/libc/net/t_getprotoent.c:1.2 --- src/tests/lib/libc/net/t_getprotoent.c:1.1 Fri Jul 15 06:41:29 2011 +++ src/tests/lib/libc/net/t_getprotoent.c Wed Apr 4 10:03:53 2012 @@ -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_HEAD(getprotobyname_err, tc) 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;