NetBSD/sys/lkm/exec
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
..
freebsd_aout
freebsd_elf remove use of gcc syntax for designated initialisers when initialising 2001-05-15 02:00:12 +00:00
hpux_aout
ibcs2_coff
ibcs2_elf remove use of gcc syntax for designated initialisers when initialising 2001-05-15 02:00:12 +00:00
ibcs2_xout
linux_aout
linux_elf remove use of gcc syntax for designated initialisers when initialising 2001-05-15 02:00:12 +00:00
m68k4k
netbsd32_aout
netbsd32_elf remove use of gcc syntax for designated initialisers when initialising 2001-05-15 02:00:12 +00:00
osf1_ecoff remove use of gcc syntax for designated initialisers when initialising 2001-05-15 02:00:12 +00:00
sunos32_aout build a sunos32 a.out exec module. 2001-02-07 13:35:39 +00:00
sunos_aout
svr4_elf remove use of gcc syntax for designated initialisers when initialising 2001-05-15 02:00:12 +00:00
ultrix_ecoff remove use of gcc syntax for designated initialisers when initialising 2001-05-15 02:00:12 +00:00
vax1k
Makefile also build sunos32_aout on sparc64 2001-02-07 13:36:04 +00:00
Makefile.inc