freebsd-nq/sys/security
Maxime Henrion e6faed4db0 Fix some warnings on 64 bit architectures. The vn_extattr_get()
function takes an int * parameter, not a size_t * parameter.

Arguably, it should rather take a size_t *, but that would
require changing the uio_resid field of struct uio to be a size_t
instead of an int, which I don't want to do that close to
5.0-RELEASE.

Reviewed by:	rwatson
2002-11-02 20:16:35 +00:00
..
lomac Regularize the vop_stdlock'ing protocol across all the filesystems 2002-10-14 03:20:36 +00:00
mac Add MAC checks for various kenv() operations: dump, get, set, unset, 2002-11-01 20:46:53 +00:00
mac_biba Fix some warnings on 64 bit architectures. The vn_extattr_get() 2002-11-02 20:16:35 +00:00
mac_bsdextended Move to C99 sparse structure initialization for the mac_policy_ops 2002-10-30 18:48:51 +00:00
mac_ifoff Move to C99 sparse structure initialization for the mac_policy_ops 2002-10-30 18:48:51 +00:00
mac_mls Fix some warnings on 64 bit architectures. The vn_extattr_get() 2002-11-02 20:16:35 +00:00
mac_none Move to C99 sparse structure initialization for the mac_policy_ops 2002-10-30 18:48:51 +00:00
mac_partition Move to C99 sparse structure initialization for the mac_policy_ops 2002-10-30 18:48:51 +00:00
mac_seeotheruids Move to C99 sparse structure initialization for the mac_policy_ops 2002-10-30 18:48:51 +00:00
mac_stub Move to C99 sparse structure initialization for the mac_policy_ops 2002-10-30 18:48:51 +00:00
mac_test Move to C99 sparse structure initialization for the mac_policy_ops 2002-10-30 18:48:51 +00:00