mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Use syscall::exit instead of the nonexistent syscall::rexit.
MFC after: 1 week
This commit is contained in:
parent
4bf41ce2a6
commit
dfae589ef3
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ pid$1:a.out:go:
|
|||
exit(1);
|
||||
}
|
||||
|
||||
syscall::rexit:entry
|
||||
syscall::exit:entry
|
||||
/pid == $1/
|
||||
{
|
||||
exit(0);
|
||||
|
|
|
|||
Loading…
Reference in a new issue