K 10 svn:author V 3 mjg K 8 svn:date V 27 2020-02-03T17:08:11.713668Z K 7 svn:log V 300 capsicum: faster cap_rights_contains Instead of doing a 2 iteration loop (determined at runeimt), take advantage of the fact that the size is already known. While here provdie cap_check_inline so that fget_unlocked does not have to do a function call. Verified with the capsicum suite /usr/tests. END