mirror of
https://git.freebsd.org/src.git
synced 2026-01-11 19:57:22 +00:00
ssh: update comment text to match upstream
Reported by: bz Obtained from: OpenSSH dffa64480163
This commit is contained in:
parent
0b00b80149
commit
733bf3b108
1 changed files with 2 additions and 2 deletions
|
|
@ -45,8 +45,8 @@ platform_disable_tracing(int strict)
|
|||
|
||||
/*
|
||||
* On FreeBSD, we should make this process untraceable.
|
||||
* pid=0 means "this process" and but some older kernels do not
|
||||
* understand that, so retry with our own pid before failing.
|
||||
* pid=0 means "this process" but some older kernels do not
|
||||
* understand that so retry with our own pid before failing.
|
||||
*/
|
||||
if (procctl(P_PID, 0, PROC_TRACE_CTL, &disable_trace) == 0)
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue