From dfae589ef37f7879e67e2f2b98aefd93f7493387 Mon Sep 17 00:00:00 2001 From: Mark Johnston Date: Sat, 31 Jan 2015 23:11:57 +0000 Subject: [PATCH] Use syscall::exit instead of the nonexistent syscall::rexit. MFC after: 1 week --- .../opensolaris/cmd/dtrace/test/tst/common/pid/tst.vfork.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/tst.vfork.d b/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/tst.vfork.d index 55054b594eed..e8fc9b4dfba1 100644 --- a/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/tst.vfork.d +++ b/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/tst.vfork.d @@ -54,7 +54,7 @@ pid$1:a.out:go: exit(1); } -syscall::rexit:entry +syscall::exit:entry /pid == $1/ { exit(0);