From owner-cvs-all@FreeBSD.ORG Fri Sep 3 16:01:34 2004 Return-Path: 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 8830416A4CE; Fri, 3 Sep 2004 16:01:34 +0000 (GMT) Received: from mail.broadpark.no (mail.broadpark.no [217.13.4.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3960A43D3F; Fri, 3 Sep 2004 16:01:34 +0000 (GMT) (envelope-from des@des.no) Received: from dwp.des.no (37.80-203-228.nextgentel.com [80.203.228.37]) by mail.broadpark.no (Postfix) with ESMTP id 61A77343E; Fri, 3 Sep 2004 18:02:12 +0200 (MEST) Received: by dwp.des.no (Postfix, from userid 2602) id 3D45BB85E; Fri, 3 Sep 2004 18:01:33 +0200 (CEST) To: src-committers@FreeBSD.org References: <200409031503.i83F3NTJ040616@repoman.freebsd.org> From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) Date: Fri, 03 Sep 2004 18:01:33 +0200 In-Reply-To: (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav's?= message of "Fri, 03 Sep 2004 17:05:58 +0200") Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable cc: cvs-src@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/fs/autofs autofs_vfsops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Sep 2004 16:01:34 -0000 des@des.no (Dag-Erling Sm=F8rgrav) writes: > Dag-Erling Smorgrav writes: > > Modified files: > > sys/fs/autofs autofs_vfsops.c=20 > > Log: > > Use %zd for size_t. > This fixes the LINT build on amd64, and hopefully on the other 64-bit > platforms as well. ...though it should really be %zu, not %zd. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no