From owner-cvs-src@FreeBSD.ORG Tue Jan 15 23:13:26 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E59A816A420 for ; Tue, 15 Jan 2008 23:13:26 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.182]) by mx1.freebsd.org (Postfix) with ESMTP id 7822713C4D1 for ; Tue, 15 Jan 2008 23:13:26 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so53905waf.3 for ; Tue, 15 Jan 2008 15:13:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=t2Kz/bBoajKg2KGsZEQPoWHqnkAifhAd7gyRLz8H8ko=; b=mj+KR1ISV0Y2UpgAvia61rDfWjgatdn6uINgYKzSS4AK1GmG+s4T3z6zLzohXq1P6dYZ1UNdEg8r0SjH5xFkUgXz5UacabRXAewxhTqZYkqbl+r5pQUNqJ14KeCWXYC2NRpS9ezaTJcIxgcvguoRHg+T40mG3NXIxAf3Ka7Ma/E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=KfhSCPQdJayUO+9b7/aLLPkyDuhy4hn/8hxZRUThAPD4awSH8dlu6CY2GYTh5v5lIYAzjFc27pkY+duEUq8N7Cpvdlq12X3D8AP+oH4bDTBP2khlB6ujIhBz5X43AByPZl+2WPi/AKTghxiLeq6bGhTaMBThG8x4UJwt7CMOsWU= Received: by 10.114.158.1 with SMTP id g1mr55480wae.97.1200438806248; Tue, 15 Jan 2008 15:13:26 -0800 (PST) Received: by 10.115.22.10 with HTTP; Tue, 15 Jan 2008 15:13:26 -0800 (PST) Message-ID: Date: Tue, 15 Jan 2008 15:13:26 -0800 From: "Kip Macy" To: "John Baldwin" In-Reply-To: <200801152201.m0FM1QJi053615@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200801152201.m0FM1QJi053615@repoman.freebsd.org> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/cxgb cxgb_sge.c src/sys/dev/cxgb/sys uipc_mvec.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 15 Jan 2008 23:13:27 -0000 Thanks. Sorry about that. -Kip On Jan 15, 2008 2:01 PM, John Baldwin wrote: > jhb 2008-01-15 22:01:26 UTC > > FreeBSD src repository > > Modified files: > sys/dev/cxgb cxgb_sge.c > sys/dev/cxgb/sys uipc_mvec.c > Log: > Use '%zd' to print PIO_LEN since it involves a size_t (via sizeof()) to > appease the tinderbox on 32-bit platforms. > > Tested on: amd64, i386 > > Revision Changes Path > 1.43 +1 -1 src/sys/dev/cxgb/cxgb_sge.c > 1.22 +1 -1 src/sys/dev/cxgb/sys/uipc_mvec.c >