NetBSD/sys/arch/mac68k/dev
maya 18b796d442 Use C99 initializer for filterops
Mostly done with spatch with touchups for indentation

@@
expression a;
identifier b,c,d;
identifier p;
@@
const struct filterops p =
- 	{ a, b, c, d
+ 	{
+ 	.f_isfd = a,
+ 	.f_attach = b,
+ 	.f_detach = c,
+ 	.f_event = d,
};
2017-10-25 08:12:37 +00:00
..
6x10.h
adb_direct.c
adb.c
adbsys.c
adbsysasm.s
adbvar.h
aed.c Use C99 initializer for filterops 2017-10-25 08:12:37 +00:00
aedvar.h
akbd.c
akbdmap.h
akbdvar.h
ams.c
amsvar.h
grf_compat.c
grf_subr.c
grfvar.h
if_ae.c
if_aereg.h
if_aevar.h
if_mc.c Apply deferred if_start to more MD drivers. 2017-02-22 09:45:15 +00:00
if_mcreg.h
if_mcvar.h
if_sn.c
if_snvar.h
ite_compat.c
mac68k5380.c
maccons.c
macfb.c
macfbvar.h
ncr5380.c
ncr5380reg.h
ncr5380var.h
pm_direct.c
pm_direct.h
sbc.c
sbcreg.h
sbcvar.h
zs_cons.h
zs_kgdb.c
zs.c