Module Name: src Committed By: thorpej Date: Mon Apr 27 05:28:18 UTC 2020
Modified Files:
src/sys/kern: sys_futex.c
Log Message:
We would have bigger problems if PAGE_SIZE were < sizeof(int). Remove
a CTASSERT() that can't be evaluated at compile-time on all platforms.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/kern/sys_futex.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
