Searched hist:106354 (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/sys/security/mac_biba/
H A Dmac_biba.cdiff 106354 Sat Nov 02 20:16:35 MST 2002 mux 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
/freebsd-10.3-release/sys/security/mac_mls/
H A Dmac_mls.cdiff 106354 Sat Nov 02 20:16:35 MST 2002 mux 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

Completed in 130 milliseconds