summaryrefslogtreecommitdiffstats
path: root/cddl
diff options
context:
space:
mode:
authormarkj <markj@FreeBSD.org>2015-01-31 23:11:57 +0000
committermarkj <markj@FreeBSD.org>2015-01-31 23:11:57 +0000
commitfe54896a96868c2c12b42ea7c1dcbfae47afe58c (patch)
tree6e266bbe9152d5ad51cbdf54e23850fc257bb076 /cddl
parentaddd2d04c7ab661635b00b0cb84ac21021d38f5f (diff)
downloadFreeBSD-src-fe54896a96868c2c12b42ea7c1dcbfae47afe58c.zip
FreeBSD-src-fe54896a96868c2c12b42ea7c1dcbfae47afe58c.tar.gz
Use syscall::exit instead of the nonexistent syscall::rexit.
MFC after: 1 week
Diffstat (limited to 'cddl')
-rw-r--r--cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/tst.vfork.d2
1 files changed, 1 insertions, 1 deletions
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 55054b5..e8fc9b4 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);
OpenPOWER on IntegriCloud