Module Name: src Committed By: mrg Date: Tue Oct 8 07:33:15 UTC 2019
Modified Files: src/sys/kern: kern_stub.c src/sys/sys: conf.h Log Message: steal an idea from uwe@ and implement gcc-8 function type cast friendly methods for sys/conf.h that needs it. one alias per return type and first function are are needed, though they can be stubbed to existing code. the only cost is the symbol itself, the codegen it the same. To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 src/sys/kern/kern_stub.c cvs rdiff -u -r1.152 -r1.153 src/sys/sys/conf.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.