Be UTF8 clean.

This commit is contained in:
joerg 2012-04-04 10:03:53 +00:00
parent 0e9f71e12b
commit 114f211aa1

View File

@ -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;