Source-Changes-HG archive

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

[src/trunk]: src/tests/syscall comment adjustment. hardly any functional cha...



details:   https://anonhg.NetBSD.org/src/rev/3ebc3d24da59
branches:  trunk
changeset: 748184:3ebc3d24da59
user:      pooka <pooka%NetBSD.org@localhost>
date:      Thu Oct 15 16:50:00 2009 +0000

description:
comment adjustment.  hardly any functional change involved.

diffstat:

 tests/syscall/t_cmsg.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 583395e34683 -r 3ebc3d24da59 tests/syscall/t_cmsg.c
--- a/tests/syscall/t_cmsg.c    Thu Oct 15 16:47:23 2009 +0000
+++ b/tests/syscall/t_cmsg.c    Thu Oct 15 16:50:00 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_cmsg.c,v 1.9 2009/10/15 16:47:23 pooka Exp $ */
+/*     $NetBSD: t_cmsg.c,v 1.10 2009/10/15 16:50:00 pooka Exp $        */
 
 #include <sys/types.h>
 #include <sys/mount.h>
@@ -104,7 +104,7 @@
        if (rump_sys_mount(MOUNT_TMPFS, "/", 0, &args, sizeof(args)) == -1)
                atf_tc_fail_errno("mount tmpfs");
 
-       /* store our current lwp/proc */
+       /* create first (non-proc0) process to be used in test */
        l1 = rump_pub_newproc_switch();
 
        /* create unix socket and bind it to a path */
@@ -120,7 +120,7 @@
        if (rump_sys_listen(s1, 1) == -1)
                atf_tc_fail_errno("socket 1 listen");
 
-       /* create new process */
+       /* create second process for test */
        l2 = rump_pub_newproc_switch();
 
        /* connect to unix domain socket */



Home | Main Index | Thread Index | Old Index