Date: Sat, 2 Nov 2002 12:16:35 -0800 (PST) From: Maxime Henrion <mux@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/security/mac_biba mac_biba.c src/sys/security/mac_mls mac_mls.c Message-ID: <200211022016.gA2KGZlG069385@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mux 2002/11/02 12:16:35 PST Modified files: sys/security/mac_biba mac_biba.c sys/security/mac_mls mac_mls.c Log: 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 Revision Changes Path 1.40 +1 -2 src/sys/security/mac_biba/mac_biba.c 1.30 +1 -2 src/sys/security/mac_mls/mac_mls.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211022016.gA2KGZlG069385>