Date: Mon, 6 Jan 2003 10:50:05 -0500 From: Mike Barcroft <mike@FreeBSD.org> To: Maxime Henrion <mux@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/security/mac_lomac mac_lomac.c Message-ID: <20030106105005.D24442@espresso.q9media.com> In-Reply-To: <200301061207.h06C7cZe016633@repoman.freebsd.org>; from mux@FreeBSD.org on Mon, Jan 06, 2003 at 04:07:38AM -0800 References: <200301061207.h06C7cZe016633@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Maxime Henrion <mux@FreeBSD.org> writes: > mux 2003/01/06 04:07:38 PST > > Modified files: > sys/security/mac_lomac mac_lomac.c > Log: > Fix warnings on 64bits architectures. > > Noticed by: alpha tinderbox > > Revision Changes Path > 1.7 +1 -2 src/sys/security/mac_lomac/mac_lomac.c Doesn't this just cause signed/unsigned warnings further down when buflen needs to be a size_t for comparison with sizeof()? Best regards, Mike Barcroft 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?20030106105005.D24442>