diff options
author | dillon <dillon@FreeBSD.org> | 1999-01-28 17:30:51 +0000 |
---|---|---|
committer | dillon <dillon@FreeBSD.org> | 1999-01-28 17:30:51 +0000 |
commit | 789691e908f6bc573894f86b17cf9616bce158c7 (patch) | |
tree | 9328ddf2086cb8ddbf336f1106d6f669f1b6faac /sys/kern/kern_threads.c | |
parent | f922e89a9ef2ca5c23b3b04c52118aea647d8e8b (diff) | |
download | FreeBSD-src-789691e908f6bc573894f86b17cf9616bce158c7.zip FreeBSD-src-789691e908f6bc573894f86b17cf9616bce158c7.tar.gz |
Clarify the SYSINIT problem by breaking SYSINIT's up into a void *
version and a const void * version. Currently the const void * version
simply calls the void * version ( i.e. no 'fix' is in place ).
A solution needs to be found for the C_SYSINIT ( etc...) family of
macros that allows const void * without generating a warning, but
does not allow non-const void *.
Diffstat (limited to 'sys/kern/kern_threads.c')
0 files changed, 0 insertions, 0 deletions