Module Name: src
Committed By: kamil
Date: Tue Oct 1 21:49:50 UTC 2019
Modified Files:
src/sys/kern: sys_ptrace_common.c
Log Message:
Remove 2 static asserts from the kernel ptrace code
sizeof(pid) and sizeof(lwp) will unlikely ever change and the check can
confuse.
The assert has been moved to ATF t_ptrace_wait.c r.1.132.
Requested by <christos>
To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 src/sys/kern/sys_ptrace_common.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.