mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-04 17:15:50 +00:00
e7fa2650cc
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.