Received: by mail.netbsd.org (Postfix, from userid 0) id 541DA63B1F2; Fri, 27 Nov 2009 10:50:08 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 0F63263B15A for ; Fri, 27 Nov 2009 10:50:04 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id D5BF9175DF; Fri, 27 Nov 2009 10:50:04 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Fri, 27 Nov 2009 10:50:04 +0000 From: Izumi Tsutsui Subject: CVS commit: src/bin/sh To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20091127105004.D5BF9175DF@cvs.netbsd.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: list Reply-To: source-changes-d@NetBSD.org Module Name: src Committed By: tsutsui Date: Fri Nov 27 10:50:04 UTC 2009 Modified Files: src/bin/sh: expand.c Log Message: Use %zu in printf format for size_t value. To generate a diff of this commit: cvs rdiff -u -r1.82 -r1.83 src/bin/sh/expand.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.