From owner-svn-src-head@FreeBSD.ORG Sat Jun 22 22:05:24 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 4C03A45D; Sat, 22 Jun 2013 22:05:24 +0000 (UTC) (envelope-from rmacklem@uoguelph.ca) Received: from esa-annu.net.uoguelph.ca (esa-annu.mail.uoguelph.ca [131.104.91.36]) by mx1.freebsd.org (Postfix) with ESMTP id 97FD4102F; Sat, 22 Jun 2013 22:05:23 +0000 (UTC) X-Cloudmark-SP-Filtered: true X-Cloudmark-SP-Result: v=1.1 cv=ME3lrcP4jFDzpPiCSQywCMKJiHtpRWeRXBDIYmR1BZg= c=1 sm=2 a=4x594vOIrDwA:10 a=FKkrIqjQGGEA:10 a=q5jKLduKGBcA:10 a=IkcTkHD0fZMA:10 a=x9v05nQJPk5vlJdD8UoA:9 a=QEXdDO2ut3YA:10 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AqAEAO4exlGDaFve/2dsb2JhbABbhAODBbwygRJ0giMBAQUjVhsOCgICDRkCWQaIIasmkGWBJo11NAeCT4EUA6kHgywggWw X-IronPort-AV: E=Sophos;i="4.87,920,1363147200"; d="scan'208";a="35506178" Received: from muskoka.cs.uoguelph.ca (HELO zcs3.mail.uoguelph.ca) ([131.104.91.222]) by esa-annu.net.uoguelph.ca with ESMTP; 22 Jun 2013 18:05:22 -0400 Received: from zcs3.mail.uoguelph.ca (localhost.localdomain [127.0.0.1]) by zcs3.mail.uoguelph.ca (Postfix) with ESMTP id 7747DB3F1B; Sat, 22 Jun 2013 18:05:22 -0400 (EDT) Date: Sat, 22 Jun 2013 18:05:22 -0400 (EDT) From: Rick Macklem To: Garrett Cooper Message-ID: <745230801.203690.1371938722476.JavaMail.root@uoguelph.ca> In-Reply-To: <337C6949-87B6-442A-ADD6-9F12766E9919@gmail.com> Subject: Re: svn commit: r252074 - head/sys/fs/nfsclient MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [172.17.91.203] X-Mailer: Zimbra 7.2.1_GA_2790 (ZimbraWebClient - FF3.0 (Win)/7.2.1_GA_2790) Cc: src-committers , svn-src-all , Hiroki Sato , hiren panchasara , Glen Barber , Steven Hartland , svn-src-head , Rick Macklem X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Jun 2013 22:05:24 -0000 Garrett Cooper wrote: > On Jun 22, 2013, at 11:22 AM, Steven Hartland wrote: > > > I thought the use of PRIu64 was frowned on? > > It is in FreeBSD, unlike Linux (for better or for worse). It should > be cast with either intmax_t or uintmax_t and use %jd or %ju. > Cheers, > -Garrett It's a diagnostic that barely needs to exist, so I just got rid of the 64bit parts. Sorry about the screwup, rick