NetBSD/sys/lkm
lukem 6cb5e77db5 remove use of gcc syntax for designated initialisers when initialising
unions `union_elem: ...', and use c99 syntax `.union_elem = ...' only
where necessary.
in this case, there's no need to tag elf_probe_func because that's the
first union element, and therefore, the implicit case. only specifically
mention ecoff_probe_func where necessary.

if we decide to not use this c99 feature for now, at least there's now
less stuff to rip out.
2001-05-15 02:00:12 +00:00
..
arch
compat Remove aoutm68k_misc.c from SRCS since it is only needed 2001-04-09 16:03:22 +00:00
exec remove use of gcc syntax for designated initialisers when initialising 2001-05-15 02:00:12 +00:00
misc
netinet expose the definitions of MIN() and MAX() in sys/param.h to the kernel 2001-02-05 10:42:40 +00:00
syscall
vfs Make this LKM work again by building "ntfs_conv.c". 2001-02-16 10:07:02 +00:00
Makefile
Makefile.inc
TODO