Module Name: src
Committed By: kamil
Date: Thu Oct 3 22:29:17 UTC 2019
Modified Files:
src/sys/kern: init_main.c
Log Message:
Remove compile-time asserts checking whether intptr_t and void* are compat
The checks were requested by core@ as a prerequisite for kevent::udata type
switch from intptr_t to void*.
To generate a diff of this commit:
cvs rdiff -u -r1.505 -r1.506 src/sys/kern/init_main.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.