NetBSD/sys/netisdn
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
..
Makefile
files.i4b
i4b_capi.h
i4b_capi_l4if.c
i4b_capi_llif.c
i4b_capi_msgs.c
i4b_capi_msgs.h
i4b_cause.h
i4b_ctl.c
i4b_debug.h
i4b_global.h
i4b_i4bdrv.c
i4b_iframe.c
i4b_ioctl.h
i4b_ipr.c
i4b_isdnq931.h
i4b_isppp.c
i4b_isppp.h
i4b_l1l2.h
i4b_l2.c
i4b_l2.h
i4b_l2fsm.c
i4b_l2fsm.h
i4b_l2if.c
i4b_l2timer.c
i4b_l3.h
i4b_l3fsm.c
i4b_l3fsm.h
i4b_l3l4.h
i4b_l3timer.c
i4b_l4.c
i4b_l4.h
i4b_l4if.c
i4b_l4mgmt.c
i4b_l4timer.c
i4b_lme.c
i4b_mbuf.c
i4b_mbuf.h
i4b_q931.c
i4b_q931.h
i4b_q932fac.c
i4b_q932fac.h
i4b_rbch.c
i4b_rbch_ioctl.h
i4b_sframe.c
i4b_tei.c
i4b_tel.c
i4b_tel_ioctl.h
i4b_trace.c
i4b_trace.h
i4b_uframe.c
i4b_util.c