freebsd-dev/lkm/linux
Bruce Evans e7fa2650cc `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.
1996-09-03 22:52:27 +00:00
..
linux Do a pass over the broken LKM's and update them to use the "new" 1995-10-28 12:35:14 +00:00
linux.c `struct linker_set execsw_set' was declared as const and pointers in it 1996-09-03 22:52:27 +00:00
Makefile Fixed the `machine' link. It pointed to the wrong place, and was created 1996-06-25 20:13:12 +00:00