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 Reflect reality in the comment



details:   https://anonhg.NetBSD.org/src/rev/0e8a43404abb
branches:  trunk
changeset: 319150:0e8a43404abb
user:      kamil <kamil%NetBSD.org@localhost>
date:      Sat May 19 05:10:16 2018 +0000

description:
Reflect reality in the comment

The watcher process is emitting SIGKILL, not SIGTERM.

Sponsored by <The NetBSD Foundation>

diffstat:

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

diffs (27 lines):

diff -r 2e3880f458df -r 0e8a43404abb tests/lib/libc/sys/t_fork.c
--- a/tests/lib/libc/sys/t_fork.c       Sat May 19 05:07:42 2018 +0000
+++ b/tests/lib/libc/sys/t_fork.c       Sat May 19 05:10:16 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_fork.c,v 1.2 2018/05/19 02:42:58 kamil Exp $ */
+/*     $NetBSD: t_fork.c,v 1.3 2018/05/19 05:10:16 kamil Exp $ */
 
 /*-
  * Copyright (c) 2018 The NetBSD Foundation, Inc.
@@ -29,7 +29,7 @@
 #include <sys/cdefs.h>
 __COPYRIGHT("@(#) Copyright (c) 2018\
  The NetBSD Foundation, inc. All rights reserved.");
-__RCSID("$NetBSD: t_fork.c,v 1.2 2018/05/19 02:42:58 kamil Exp $");
+__RCSID("$NetBSD: t_fork.c,v 1.3 2018/05/19 05:10:16 kamil Exp $");
 
 #include <sys/param.h>
 #include <sys/types.h>
@@ -141,7 +141,7 @@
 
        /*
         * Spawn a dedicated thread to watch for a stopped child and emit
-        * the SIGTERM signal to it.
+        * the SIGKILL signal to it.
         *
         * This is required in vfork(2)ing parent and optional in fork(2).
         *



Home | Main Index | Thread Index | Old Index