Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/lib/libc/sys language sensitivity



details:   https://anonhg.NetBSD.org/src/rev/20d160bcba4b
branches:  trunk
changeset: 934657:20d160bcba4b
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Jun 15 13:57:45 2020 +0000

description:
language sensitivity

diffstat:

 tests/lib/libc/sys/t_wait_noproc.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 737046eca71f -r 20d160bcba4b tests/lib/libc/sys/t_wait_noproc.c
--- a/tests/lib/libc/sys/t_wait_noproc.c        Mon Jun 15 13:18:47 2020 +0000
+++ b/tests/lib/libc/sys/t_wait_noproc.c        Mon Jun 15 13:57:45 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_wait_noproc.c,v 1.5 2016/11/09 17:50:19 kamil Exp $ */
+/* $NetBSD: t_wait_noproc.c,v 1.6 2020/06/15 13:57:45 christos Exp $ */
 
 /*-
  * Copyright (c) 2016 The NetBSD Foundation, Inc.
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: t_wait_noproc.c,v 1.5 2016/11/09 17:50:19 kamil Exp $");
+__RCSID("$NetBSD: t_wait_noproc.c,v 1.6 2020/06/15 13:57:45 christos Exp $");
 
 #include <sys/wait.h>
 #include <sys/resource.h>
@@ -141,7 +141,7 @@
         */
 
        const int matrix[] = {
-               WNOWAIT,        /* First in order to blacklist it easily */
+               WNOWAIT,        /* First in order to exclude it easily */
                WEXITED,
                WUNTRACED,
                WSTOPPED,       /* SUS compatibility, equal to WUNTRACED */



Home | Main Index | Thread Index | Old Index