NetBSD/sys/fs/smbfs
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.smbfs
smbfs.h
smbfs_io.c
smbfs_kq.c Use C99 initializer for filterops 2017-10-25 08:12:37 +00:00
smbfs_node.c When a vnode has an invalid type because the type changed on the 2017-05-28 16:36:37 +00:00
smbfs_node.h When a vnode has an invalid type because the type changed on the 2017-05-28 16:36:37 +00:00
smbfs_smb.c
smbfs_subr.c
smbfs_subr.h
smbfs_vfsops.c
smbfs_vnops.c When a vnode has an invalid type because the type changed on the 2017-05-28 16:36:37 +00:00