From nobody Thu Apr 9 08:25:50 2026 X-Original-To: dev-commits-src-branches@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 4frtL70GrLz6Ykd2 for ; Thu, 09 Apr 2026 08:25:51 +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 "R12" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4frtL65PQJz3CJ6 for ; Thu, 09 Apr 2026 08:25:50 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1775723150; 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=PXJ5G2EyVdjtC5IBJgx0CmKZ40uWFt0GxOtcPgw+2ow=; b=ieX8ieGiPFd5nZu5s6G6biFqu+S5uc1thurFSJXzPxreAQ/zABIevc/0BmIzYKn18R1nex 5I31LxF7uBKCi086LxmOw+SCR6xQ+rOQuKImT632RzKpX52D2XDW9tOzUMsb/Vv5ZE4mXg B8cQbseQ/auikSoUBk46csDfztl4yB2u6VWPySvBX96SmjemZtS9J2aoI6rmVl/lQqxe45 S4XOi1Otr/7GtioEvn67D0MGUcZHRszLKD2CXqDE3TbibLVe+Mi8KJEOhxMBWMx9gAU4pd 3farmmT/unq8EgMVDSzP6OhXHzN4lwrZ6J3mjHi+IYy7H51y9zgmnUKXluV3lg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1775723150; a=rsa-sha256; cv=none; b=UceKwJyHb2hiH/puvuuxzfLN+qL0UAxabkBtfcSowbgdTZ8KW0duizGxufCHnuTEQ1FiSY 8AzFayv4LiUk8iTVmhKg2pip0D3aWwRAMEGOENSBi2qVjgfBtYT9HgYyJodepr215+VIuV RUWbv54uYyB6lirXW175UDsuASY6L5c7l0rgOowxeYJXD64kXm1q/fQe766BBDD8FxUvU4 hKtK/JNXIqhu2US5lu0fmRv7Mcd9wsg9y7g4vXFvtCBrBY1CH/4AxWp4uzQdaOj2W5JDtl ipfwZfkyA+Zhx42oeJD0PrBBlFjEZ+CO8Mj7ybCM7NruIwlbIovPlZt4foRbNA== 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=1775723150; 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=PXJ5G2EyVdjtC5IBJgx0CmKZ40uWFt0GxOtcPgw+2ow=; b=nG3fFq9hhCIZYXYmv/sEugma+kgWXA1DhXfLlAjnxZSxOHWGYD9csz0cougwVKCcEs+cLU ppuPK73AUZQcks9HZ8LUmpEQ8xAKLkyRwCYPrWOym4Kwse+Lp23K67VyVCJWu3ZV3tDWJP tSj3LDP/ATFhgz6hmlypZzuzAsVf9qOt3usuJn16ZQGaDXFhkniFAnpDc+6ahmzyTUZexi vvJOUyHqjA2X5JnnGnKBak1oDysOugiDQWos4QrqZYOvnNfAWYyKdDErwf1HmzbzNwCJ89 938KgNMZ7Eb4ak5Jou0o23JS3BrlyIYp1GsNk+S631OQYhNOExyyorPmtgvsSw== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4frtL650XRz14yY for ; Thu, 09 Apr 2026 08:25:50 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 3eb57 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Thu, 09 Apr 2026 08:25:50 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Konstantin Belousov Subject: git: b6527c930c46 - stable/15 - posix_spawn test: switch to POSIX spelling for addchdir and addfchdir List-Id: Commits to the stable branches of the FreeBSD src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-branches List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-branches@freebsd.org Sender: owner-dev-commits-src-branches@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: kib X-Git-Repository: src X-Git-Refname: refs/heads/stable/15 X-Git-Reftype: branch X-Git-Commit: b6527c930c46d783a384f82a53eeef9b0b5a631f Auto-Submitted: auto-generated Date: Thu, 09 Apr 2026 08:25:50 +0000 Message-Id: <69d7628e.3eb57.48a0ba17@gitrepo.freebsd.org> The branch stable/15 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=b6527c930c46d783a384f82a53eeef9b0b5a631f commit b6527c930c46d783a384f82a53eeef9b0b5a631f Author: Konstantin Belousov AuthorDate: 2026-04-03 02:56:19 +0000 Commit: Konstantin Belousov CommitDate: 2026-04-08 18:22:39 +0000 posix_spawn test: switch to POSIX spelling for addchdir and addfchdir (cherry picked from commit e56858f05fd7071a39de7f7b1e632426fdf0624d) --- contrib/netbsd-tests/lib/libc/gen/posix_spawn/t_fileactions.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/netbsd-tests/lib/libc/gen/posix_spawn/t_fileactions.c b/contrib/netbsd-tests/lib/libc/gen/posix_spawn/t_fileactions.c index ce2078eae98e..58feb4f209ff 100644 --- a/contrib/netbsd-tests/lib/libc/gen/posix_spawn/t_fileactions.c +++ b/contrib/netbsd-tests/lib/libc/gen/posix_spawn/t_fileactions.c @@ -405,12 +405,12 @@ t_spawn_chdir_impl(bool chdir) posix_spawn_file_actions_addopen(&fa, fileno(stdout), TESTFILE, O_WRONLY | O_CREAT, 0600); if (chdir) { - ATF_REQUIRE(posix_spawn_file_actions_addchdir_np(&fa, + ATF_REQUIRE(posix_spawn_file_actions_addchdir(&fa, tmp_path) == 0); } else { tmpdir_fd = open(tmp_path, O_DIRECTORY | O_RDONLY); ATF_REQUIRE(tmpdir_fd > 0); - ATF_REQUIRE(posix_spawn_file_actions_addfchdir_np(&fa, + ATF_REQUIRE(posix_spawn_file_actions_addfchdir(&fa, tmpdir_fd) == 0); } err = posix_spawn(&pid, bin_pwd, &fa, NULL, args, NULL);