mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
killpg1(): update the herald comment
Reviewed by: markj Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D40493
This commit is contained in:
parent
d6b900c915
commit
4b59d1724b
1 changed files with 1 additions and 1 deletions
|
|
@ -1825,7 +1825,7 @@ kill_processes_prison_cb(struct proc *p, void *arg)
|
|||
|
||||
/*
|
||||
* Common code for kill process group/broadcast kill.
|
||||
* cp is calling process.
|
||||
* td is the calling thread, as usual.
|
||||
*/
|
||||
static int
|
||||
killpg1(struct thread *td, int sig, int pgid, int all, ksiginfo_t *ksi)
|
||||
|
|
|
|||
Loading…
Reference in a new issue