From owner-cvs-all Fri Jun 29 15:22:38 2001 Delivered-To: cvs-all@freebsd.org Received: from bazooka.unixfreak.org (bazooka.unixfreak.org [63.198.170.138]) by hub.freebsd.org (Postfix) with ESMTP id 9C80937B406; Fri, 29 Jun 2001 15:22:31 -0700 (PDT) (envelope-from dima@unixfreak.org) Received: from hornet.unixfreak.org (hornet [63.198.170.140]) by bazooka.unixfreak.org (Postfix) with ESMTP id EB12B3E34; Fri, 29 Jun 2001 15:22:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/kldconfig kldconfig.c In-Reply-To: <20010630012443.C887@ringworld.oblivion.bg>; from roam@orbitel.bg on "Sat, 30 Jun 2001 01:24:43 +0300" Date: Fri, 29 Jun 2001 15:22:15 -0700 From: Dima Dorfman Message-Id: <20010629222215.EB12B3E34@bazooka.unixfreak.org> 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 Peter Pentchev writes: > On Fri, Jun 29, 2001 at 12:46:30PM -0700, Dima Dorfman wrote: > > dd 2001/06/29 12:46:30 PDT > > > > Modified files: > > sbin/kldconfig kldconfig.c > > Log: > > Silence warnings on the Alpha: don't assume size_t is an int. > > Uhm. You cast to (long) where the printf format string says %lu. > Shouldn't that at least be an (unsigned long) cast? Indeed it should. Feel free to change it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message