freebsd-dev/lkm/coff
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
..
coff.c `struct linker_set execsw_set' was declared as const and pointers in it 1996-09-03 22:52:27 +00:00
Makefile Again, this is not a filesystem so don't compile it as if it were. 1994-10-27 23:39:19 +00:00