freebsd-dev/sys/security/mac_biba
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
..
mac_biba.c Fix some warnings on 64 bit architectures. The vn_extattr_get() 2002-11-02 20:16:35 +00:00
mac_biba.h Remove all reference to 'struct oldmac', since it's no longer required 2002-10-28 19:44:05 +00:00