Module Name: src
Committed By: pooka
Date: Thu Oct 15 16:50:00 UTC 2009
Modified Files:
src/tests/syscall: t_cmsg.c
Log Message:
comment adjustment. hardly any functional change involved.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/tests/syscall/t_cmsg.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/syscall/t_cmsg.c
diff -u src/tests/syscall/t_cmsg.c:1.9 src/tests/syscall/t_cmsg.c:1.10
--- src/tests/syscall/t_cmsg.c:1.9 Thu Oct 15 16:47:23 2009
+++ src/tests/syscall/t_cmsg.c Thu Oct 15 16:50:00 2009
@@ -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 */