K 10 svn:author V 3 bde K 8 svn:date V 27 1996-09-03T22:52:27.000000Z K 7 svn:log V 302 `struct linker_set execsw_set' was declared as const and pointers in it were declared as non-const. This is backwards (_lkm_exec() changes the pointers but all the target `struct execsw's are const). Fixed this and poisoned related declarations to match and removed the bogus casts that hid the bug. END