Source-Changes-HG archive

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

[src/trunk]: src/tests/rump/rumpkern call previous with the correct args too



details:   https://anonhg.NetBSD.org/src/rev/37344b744733
branches:  trunk
changeset: 335689:37344b744733
user:      pooka <pooka%NetBSD.org@localhost>
date:      Wed Jan 21 15:19:01 2015 +0000

description:
call previous with the correct args too

diffstat:

 tests/rump/rumpkern/t_lwproc.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c46eefa4a228 -r 37344b744733 tests/rump/rumpkern/t_lwproc.c
--- a/tests/rump/rumpkern/t_lwproc.c    Wed Jan 21 15:00:50 2015 +0000
+++ b/tests/rump/rumpkern/t_lwproc.c    Wed Jan 21 15:19:01 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_lwproc.c,v 1.6 2015/01/21 15:00:50 pooka Exp $       */
+/*     $NetBSD: t_lwproc.c,v 1.7 2015/01/21 15:19:01 pooka Exp $       */
 
 /*
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -88,7 +88,7 @@
        rump_init();
        RZ(rump_pub_lwproc_rfork(RUMP_RFCFDG));
        l1 = rump_pub_lwproc_curlwp();
-       RZ(rump_pub_lwproc_newlwp());
+       RZ(rump_pub_lwproc_newlwp(rump_sys_getpid()));
 
        RZ(rump_pub_lwproc_rfork(RUMP_RFCFDG));
        l2 = rump_pub_lwproc_curlwp();



Home | Main Index | Thread Index | Old Index