freebsd-dev/sys/fs/fdescfs
Mateusz Guzik 6b3a9a0f3d Convert remaining cap_rights_init users to cap_rights_init_one
semantic patch:

@@

expression rights, r;

@@

- cap_rights_init(&rights, r)
+ cap_rights_init_one(&rights, r)
2021-01-12 13:16:10 +00:00
..
fdesc_vfsops.c vfs: remove the thread argument from vget 2020-08-16 17:18:54 +00:00
fdesc_vnops.c Convert remaining cap_rights_init users to cap_rights_init_one 2021-01-12 13:16:10 +00:00
fdesc.h sys: further adoption of SPDX licensing ID tags. 2017-11-20 19:43:44 +00:00