Received: by mail.netbsd.org (Postfix, from userid 605) id 56CE684DC4; Wed, 1 Jan 2020 11:46:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CB74784DBF for ; Wed, 1 Jan 2020 11:46:43 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id p2PMo4D2oKdW for ; Wed, 1 Jan 2020 11:46:43 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 7258384CF7 for ; Wed, 1 Jan 2020 11:46:43 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5FA37FA97; Wed, 1 Jan 2020 11:46:43 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Wed, 1 Jan 2020 11:46:43 +0000 From: "Tomohiro Kusumi" Subject: CVS commit: src/usr.sbin/fstyp To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20200101114643.5FA37FA97@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Tomohiro Kusumi" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: tkusumi Date: Wed Jan 1 11:46:43 UTC 2020 Modified Files: src/usr.sbin/fstyp: hammer2.c Log Message: fstyp: Fix build failure on i386 http://releng.netbsd.org/b5reports/i386/commits-2020.01.html#2020.01.01.10.13.16 Explicitly cast to size_t. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/fstyp/hammer2.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.