use VIS_NOLOCALE

This commit is contained in:
christos 2015-05-23 11:48:13 +00:00
parent 24bc27d78e
commit 4245319fac

View File

@ -1,4 +1,4 @@
/* $NetBSD: utmpx.c,v 1.34 2015/05/23 09:18:01 mlelstv Exp $ */ /* $NetBSD: utmpx.c,v 1.35 2015/05/23 11:48:13 christos Exp $ */
/*- /*-
* Copyright (c) 2002 The NetBSD Foundation, Inc. * Copyright (c) 2002 The NetBSD Foundation, Inc.
@ -31,7 +31,7 @@
#include <sys/cdefs.h> #include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint) #if defined(LIBC_SCCS) && !defined(lint)
__RCSID("$NetBSD: utmpx.c,v 1.34 2015/05/23 09:18:01 mlelstv Exp $"); __RCSID("$NetBSD: utmpx.c,v 1.35 2015/05/23 11:48:13 christos Exp $");
#endif /* LIBC_SCCS and not lint */ #endif /* LIBC_SCCS and not lint */
#include "namespace.h" #include "namespace.h"
@ -308,12 +308,11 @@ utmp_update(const struct utmpx *utx)
char buf[sizeof(*utx) * 4 + 1]; char buf[sizeof(*utx) * 4 + 1];
pid_t pid; pid_t pid;
int status; int status;
unsigned i;
_DIAGASSERT(utx != NULL); _DIAGASSERT(utx != NULL);
for (i=0; i<sizeof(*utx); ++i) (void)strvisx(buf, (const char *)(const void *)utx, sizeof(*utx),
sprintf(&buf[4*i],"\\%03o",((const char*)utx)[i]); VIS_WHITE | VIS_NOLOCALE);
switch (pid = fork()) { switch (pid = fork()) {
case 0: case 0:
(void)execl(_PATH_UTMP_UPDATE, (void)execl(_PATH_UTMP_UPDATE,