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 | ||
fifo.h | ||
fifo_vnops.c |