mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-23 07:31:31 +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
@ -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…
Reference in New Issue
Block a user