Use syscall::exit instead of the nonexistent syscall::rexit.

MFC after:	1 week
This commit is contained in:
Mark Johnston 2015-01-31 23:11:57 +00:00
parent 4bf41ce2a6
commit dfae589ef3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=278011

View File

@ -54,7 +54,7 @@ pid$1:a.out:go:
exit(1); exit(1);
} }
syscall::rexit:entry syscall::exit:entry
/pid == $1/ /pid == $1/
{ {
exit(0); exit(0);