18b796d442
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, }; |
||
---|---|---|
.. | ||
Makefile | ||
files.smbfs | ||
smbfs.h | ||
smbfs_io.c | ||
smbfs_kq.c | ||
smbfs_node.c | ||
smbfs_node.h | ||
smbfs_smb.c | ||
smbfs_subr.c | ||
smbfs_subr.h | ||
smbfs_vfsops.c | ||
smbfs_vnops.c |