From nobody Thu Jun 25 15:38:01 2026 X-Original-To: dev-commits-src-main@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 4gmNHG0x1Yz6htpB for ; Thu, 25 Jun 2026 15:38:02 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 "mxrelay.nyi.freebsd.org", Issuer "YR1" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4gmNHF6yzCz44Jg for ; Thu, 25 Jun 2026 15:38:01 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1782401882; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=b2T9P4JT+SLFxvqiYOtYYQ5XcG4z0vTOcnLK1UiJiRg=; b=swUyrdBUV+mTKTpFUDr3LMS8nt9/ioDemtq0FLQy0o73A1JEHTBEDSg0fye9ED7Et0lTDC u8z+377kMwjNmXLEALYlD4aT1dpK28v79gNNH5He6AG1TualtCAkX37UJ+u2kdBDZnaQwE x8pyoU0jyaS4CZxniPQrZQBu0NmBOGpnUpGcD7m7HAVpw/6h41/GreTYCKpncX6HF1sGFJ geMipPo1H0K108DlsVWD/KLTe6A7VsjUrG5nZyCTOdrra14GAXy7q1VkFjgb2Pq7VxWyG4 cIOlHwb+5Yy9IwvDjcmddjTChcy21rTtQ6csMi1vQWPYNeGBsCC0TABkgZcWCA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1782401882; a=rsa-sha256; cv=none; b=CZTtMrxU5s5tAd/2tz2ULlJyRlIxYdoEysMnMo4DeMyzQwIdGnXlhAmer+oHKU43J24dut fnqOH4UzldSQHjLY+/WC/37ZQoYDc4uA8m3TIiUGC1eaZ4Ff5vsZWI9ZYHixqjNLLwgojX c6iDG3ZN7Z2BQeBVgKfxz6BWtesG495iDYXWL5CH2Ad3I61E78a7NbhnAEUXYMhDd3strZ sbgoUjF+cuC+MV2MSL4Q9fapQ1UQ/u9pD0pbfDJiN43N/0P7pqbGIwgzvngxekuhDdYcKn X4ccZl+LxHveU5dgS1BAIQoMzZb3vDOiKrqFvvnSrMwPVZ9FaF1y9Vj9BIcVIg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1782401882; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=b2T9P4JT+SLFxvqiYOtYYQ5XcG4z0vTOcnLK1UiJiRg=; b=PQ1OVPi6H/7o76O0HNCQRbAnYYt9tzvIwqBWLPPrjOEHuwttTREcsHXpF32tfRMXUbJadr uafaRWCjsEC5TscrAK+7qoIQc4zChnMS/2FwZnBStEpOk6Re5pw4+AQTtEuUAP6ddkgunR OjYGjWVg/osZK263U0icoFqUyduz0IBRceBVx3j8emdvR7PxGCgR4836HmGQxXMJjfJ0qt qII9FntMzymbMb1w6fVef9nT3CedNzBI8S+C8rrBALijFJrifpJnN6A412uccQ2IDgGli7 bjauzhja5TXGWvtMZ+lbWxvWGNyJdzQeHCTcdW73T42sTXNGXLfuwB2+0/HsyA== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gmNHF5gfgz1Bb2 for ; Thu, 25 Jun 2026 15:38:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 225e3 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Thu, 25 Jun 2026 15:38:01 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: John Baldwin Subject: git: 4e57c2aa307d - main - makefs: Fix build on systems without st_birthtime such as Linux List-Id: Commit messages for the main branch of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-main@freebsd.org Sender: owner-dev-commits-src-main@FreeBSD.org List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jhb X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 4e57c2aa307d34ca6e44f01c6fd671734ed5e486 Auto-Submitted: auto-generated Date: Thu, 25 Jun 2026 15:38:01 +0000 Message-Id: <6a3d4b59.225e3.1acb2327@gitrepo.freebsd.org> The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=4e57c2aa307d34ca6e44f01c6fd671734ed5e486 commit 4e57c2aa307d34ca6e44f01c6fd671734ed5e486 Author: John Baldwin AuthorDate: 2026-06-25 15:37:55 +0000 Commit: John Baldwin CommitDate: 2026-06-25 15:37:55 +0000 makefs: Fix build on systems without st_birthtime such as Linux Reviewed by: emaste Fixes: 0a301f33306c ("makefs cd9660: Populate creation time stamps in RockRidge extensions") Pull Request: https://github.com/freebsd/freebsd-src/pull/2297 --- usr.sbin/makefs/cd9660/iso9660_rrip.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/usr.sbin/makefs/cd9660/iso9660_rrip.c b/usr.sbin/makefs/cd9660/iso9660_rrip.c index ee84407e1344..a4a8ea85c559 100644 --- a/usr.sbin/makefs/cd9660/iso9660_rrip.c +++ b/usr.sbin/makefs/cd9660/iso9660_rrip.c @@ -750,8 +750,13 @@ cd9660node_rrip_tf(struct ISO_SUSP_ATTRIBUTES *p, fsnode *_node) * expiration time, and effective time. */ +#if HAVE_STRUCT_STAT_BIRTHTIME cd9660_time_915(p->attr.rr_entry.TF.timestamp, _node->inode->st.st_birthtime); +#else + cd9660_time_915(p->attr.rr_entry.TF.timestamp, + _node->inode->st.st_ctime); +#endif p->attr.rr_entry.TF.h.length[0] += 7; cd9660_time_915(p->attr.rr_entry.TF.timestamp + 7,