From nobody Thu Feb 02 23:06:40 2023 X-Original-To: dev-commits-src-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4P7Dtp4yF4z3kgpP; Thu, 2 Feb 2023 23:06:42 +0000 (UTC) (envelope-from des@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4P7Dtp3vtLz3Pky; Thu, 2 Feb 2023 23:06:42 +0000 (UTC) (envelope-from des@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1675379202; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=b6pRpNtqyDvjMtj+e7g6VXCiFzq4XgwHs+sSo8Joy00=; b=iU5/1hsl4AYXIWekZj1xhF20CCAqXv2tcGnxB/s2U6HCXIfHKc/Q8IRHIe4A8//8ADF2Dv 6NXp4LiDcq6bZJGmRWaQPddzLNVmFsykZbOins+4S0VOW/c9GnMQhtmDaqH0YtMOYs983E MAC8LSDp63puYudJCxY3ENhgfV6uMdl/ZfFeg7Ucebl/GYa0xCOzc4bjQyh0pdkhNDJ4bk qSqyZGiR4naVGQXOy8TogfTLxaicj7qvht01le9KZe3+qQA/RvkWmgM6X5vlnqvuHoFSzk sf6spCYVypG5C1BoLS+xAprV1DhOA1YNc6kvhVS1GW1UV8YmYWNFv0JpL5CinA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1675379202; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=b6pRpNtqyDvjMtj+e7g6VXCiFzq4XgwHs+sSo8Joy00=; b=eAj1KrqDZ1wm8SdLackIgPdaoDXvDJWBwphIfHN21gNcX/Tw1q21uNat9mbZXS7mvoqvXv Mc1+sA9py4K9fbB4krZMXQkSlCZIPEqrKYk4avxqf9LZva6xtk3BM5Fcee65ehkeYTbQ8Q n1WZmpn/4IZbWVpXYNVsjCdIJ964CK5XmoUng7ChQratlBA3sNTSg5vDuTfNfG2RRLRtMq EICts+WEGd/rgrJlhb+VuLlb5hXoj6ZGNgwNZQ6dfenDCOqh3XsmB6HbMybF6h3+eDQy2J d2cjQzUmSbNLcLXaug+uqWKQbik+3fQosh5OynksRZQI5nlR5ptd1gxdvXFLCw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1675379202; a=rsa-sha256; cv=none; b=eNAmmxew01igoIH6xv0Mo05+t3eBV2Q7I2J7pSNXcmo7yZgjECGTEAbQdGeeHhQQgPeqwE RS2ulzjTcFVBxylfM1Ty9CPol4n4kqoQwMhe2SNLncl0aWPIXcT8REkrFPYVNyEXm2JhlO cN6ruY0UImK777G9amUhNzrUzEMhcEJPVoBDktUINZpTj7Iam0L1fXJeq/MDC11IrksKqK nMoXuPCXv+Leqcv4db1cpbaVCk2VltS07Azvh2n/BT1gunfyVRyOk8MuLrPGSiH2fWMZbv 2uzAQy97j9g5x7TvaEVVR0GDIdJAK+D2NSfa0qJ4PyEvSvVDlNg+9XuzmqrF/g== Received: from ltc.des.no (unknown [178.232.223.163]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) (Authenticated sender: des) by smtp.freebsd.org (Postfix) with ESMTPSA id 4P7Dtp2BtMzgJR; Thu, 2 Feb 2023 23:06:42 +0000 (UTC) (envelope-from des@freebsd.org) Received: by ltc.des.no (Postfix, from userid 1001) id A74439E3E1; Fri, 3 Feb 2023 00:06:40 +0100 (CET) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: Dimitry Andric Cc: "src-committers@freebsd.org" , "dev-commits-src-all@freebsd.org" , "dev-commits-src-main@freebsd.org" Subject: Re: git: fb53e7adaf5b - main - tarfs: Fix 32-bit build. In-Reply-To: <7AB1A313-19CD-4A37-BB7D-22BD384BE327@FreeBSD.org> (Dimitry Andric's message of "Fri, 3 Feb 2023 00:04:20 +0100") References: <202302022039.312KdedK078659@gitrepo.freebsd.org> <7AB1A313-19CD-4A37-BB7D-22BD384BE327@FreeBSD.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (berkeley-unix) Date: Fri, 03 Feb 2023 00:06:40 +0100 Message-ID: <86o7qb4qgv.fsf@ltc.des.no> List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-src-all@freebsd.org X-BeenThere: dev-commits-src-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-ThisMailContainsUnwantedMimeParts: N Dimitry Andric writes: > This be just nitpicking, but the ino and nlink fields are typically > defined as int64_t and uint64_t, so these should be printed as such. > > Since PRId64 and PRIu64 are apparently frowned upon, the usual solution > is to cast everything to intmax_t or uintmax_t, and use %j for the > modifier. An even simpler solution is to remove the code since I just realized it's unused :) DES --=20 Dag-Erling Sm=C3=B8rgrav - des@FreeBSD.org