K 10 svn:author V 5 peter K 8 svn:date V 27 1999-05-08T12:52:26.000000Z K 7 svn:log V 517 ls_items[] is most definately not a set of pointers to const objects.. sysinits, for example, are sorted by swapping those objects(!). Perhaps they should be const and the sysinit sorting should be swapping the pointers rather than the targets. This is on my revisit list, but it has the side effect of removing a lot of warnings. With -Wcast-qual, it doesn't seem easy to get rid of the constness when you *know* it's not. (With apologies to bde, this essentially reverts rev 1.21 of kernel.h from back in 1996) END