From owner-cvs-src@FreeBSD.ORG Sat Mar 12 14:23:12 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3103016A4CE; Sat, 12 Mar 2005 14:23:12 +0000 (GMT) Received: from darkness.comp.waw.pl (darkness.comp.waw.pl [195.117.238.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id B466E43D5A; Sat, 12 Mar 2005 14:23:11 +0000 (GMT) (envelope-from pjd@darkness.comp.waw.pl) Received: by darkness.comp.waw.pl (Postfix, from userid 1009) id E4EEBACB34; Sat, 12 Mar 2005 15:23:09 +0100 (CET) Date: Sat, 12 Mar 2005 15:23:09 +0100 From: Pawel Jakub Dawidek To: David O'Brien Message-ID: <20050312142309.GK9291@darkness.comp.waw.pl> References: <200503112327.j2BNRkGq052260@repoman.freebsd.org> <20050312035000.GA78029@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="E0nEvEEGZbduMG2g" Content-Disposition: inline In-Reply-To: <20050312035000.GA78029@dragon.nuxi.com> User-Agent: Mutt/1.4.2i X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 5.2.1-RC2 i386 cc: cvs-src@FreeBSD.org cc: Nate Lawson cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/fs/msdosfs msdosfs_conv.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Mar 2005 14:23:12 -0000 --E0nEvEEGZbduMG2g Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Mar 11, 2005 at 07:50:00PM -0800, David O'Brien wrote: +> On Fri, Mar 11, 2005 at 11:27:46PM +0000, Nate Lawson wrote: +> > njl 2005-03-11 23:27:46 UTC +> >=20 +> > FreeBSD src repository +> >=20 +> > Modified files: +> > sys/fs/msdosfs msdosfs_conv.c=20 +>=20 +> Please compile test on 64-bit machines before committing. +> + printf("msdosfs: file name %d too long\n", nambuf_len); +> size_t's need %zd, not naked %d. size_t needs %zu (ssize_t needs %zd) :) --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --E0nEvEEGZbduMG2g Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFCMvtNForvXbEpPzQRAtsGAKC54mGlHh3lbEREGUf/JZ6uBzsiTgCgmhtl L/Xw1YiEUWo4RYgCN4ji97E= =AfcI -----END PGP SIGNATURE----- --E0nEvEEGZbduMG2g--