From owner-cvs-all Mon Jan 6 8: 0:53 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E45FA37B401; Mon, 6 Jan 2003 08:00:52 -0800 (PST) Received: from espresso.q9media.com (espresso.q9media.com [65.39.129.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83FFA43EB2; Mon, 6 Jan 2003 08:00:52 -0800 (PST) (envelope-from mike@espresso.q9media.com) Received: by espresso.q9media.com (Postfix, from userid 1002) id 6EA959C10; Mon, 6 Jan 2003 10:50:05 -0500 (EST) Date: Mon, 6 Jan 2003 10:50:05 -0500 From: Mike Barcroft To: Maxime Henrion 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> References: <200301061207.h06C7cZe016633@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200301061207.h06C7cZe016633@repoman.freebsd.org>; from mux@FreeBSD.org on Mon, Jan 06, 2003 at 04:07:38AM -0800 Organization: The FreeBSD Project Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Maxime Henrion 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