From nobody Thu Feb 19 12:29:25 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 4fGt3n3JS3z6QRXl for ; Thu, 19 Feb 2026 12:29:25 +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 4fGt3n2GgDz3SxX for ; Thu, 19 Feb 2026 12:29:25 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1771504165; 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=ZBdAHWZ5Z+fMvTen4L5Hy4EQBodo58Mwdw1VHBF8rWE=; b=Na4NPa8EAARGsN1Ztu2aO8b9BYucpuSK/INgZyt7ses5HrFigMvwrn5I0dCBkGG7GyxopG GhKIY5TlakxX2/ok8cqbOhPr0lDddENFlDB2N94B9IuuPzrCG1vD3KjdWlb7fb+igPUGFI VrNr4GCdyTceDJQoD5AZXhlpNj8wco86ghm4KKYwuigIWZJqD9axuGZEf5eJRnfNPzIW7s 9EbmQM/aThtkCLzcyceCvPOYhg8Dq6XZzyD06PgENjJZoemHL5AgGYB3BmTSZtt5twoc3A IcOoWcrltoecW6hob9esCoU4FhNFtcUmQi12Q6HO6tzdmlHb3Vi9sPImxQQBUQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1771504165; a=rsa-sha256; cv=none; b=A9MUVNZBs7ABCCNg1Y1XrSvOHOKAf+Se0TjhwuCj/UVv6DbS+s0PJvIsnsBGS9luqWDihQ /B4RgKhnyOpRnAJ96IN8lSGU7Bed4RTIq3PyF8sVhqMrEiCapJpZa9ABVp+S3pKr952ePn kg/NRbqKX17StCR0Bum3fVI9zDhnNVdlItJ9LjHate2N9iLhkY2jXDttQVUqf4F+QSKhOc tLttBLKI9kZnIWRYPsCpZR6/AsyN6RQavuFHm371nG0kgjS06m1uvnyeTwPho243lfZ3bI K4/TI7WiwzZ+KOG3i9F7UE5/r5CxYb93e4Ms6wEMU4/SpVlVlPOtJEpuJjgdDA== 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=1771504165; 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=ZBdAHWZ5Z+fMvTen4L5Hy4EQBodo58Mwdw1VHBF8rWE=; b=OBQtMccJbCzDydwI/2R6XpYkK7VfXTH0ahvL3hNjwZYHvmJqPbs6Ebsv+F7vcjoQmWWCOC fLPP8pQbcsRZkjmsuUehE7/29afVaN+b9HObehEyVwBILahE9J/jzB0FDAGNGPnvuSCn9m TnReFL/xNNuM1N5muVcsvChq3uDk0PltqrDHv/ayX4kGZJs6D27nrxDr7EtW1JuP6lLvgs hB4d73Hvb/U816H4dpT/iOP0G4ky02sbMbo1wirRRWtGLCfL1Cz9z7lOGC6R+Ud5WXtvFo QDsJCCaux9xHNoj2JfA07qrWGQI074xAYT5bX1Clp56q2eNLonLhVH4KLwhVOA== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4fGt3n1kt1zhqW for ; Thu, 19 Feb 2026 12:29:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 38b2b by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Thu, 19 Feb 2026 12:29:25 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Olivier Certner Subject: git: 4ba8eaf2336c - stable/15 - ps(1): Sort headers 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: olce X-Git-Repository: src X-Git-Refname: refs/heads/stable/15 X-Git-Reftype: branch X-Git-Commit: 4ba8eaf2336cdad542d7081dcf87e4ce8af9d059 Auto-Submitted: auto-generated Date: Thu, 19 Feb 2026 12:29:25 +0000 Message-Id: <69970225.38b2b.36e60781@gitrepo.freebsd.org> The branch stable/15 has been updated by olce: URL: https://cgit.FreeBSD.org/src/commit/?id=4ba8eaf2336cdad542d7081dcf87e4ce8af9d059 commit 4ba8eaf2336cdad542d7081dcf87e4ce8af9d059 Author: Olivier Certner AuthorDate: 2026-01-08 15:20:38 +0000 Commit: Olivier Certner CommitDate: 2026-02-19 12:28:49 +0000 ps(1): Sort headers Found these changes by chance in an old patch file. Should have been committed along with the ps(1) modifications done in March 2025. No functional change (intended). MFC after: 3 days Sponsored by: The FreeBSD Foundation (cherry picked from commit 730b3e20069b7115d16f02525103c6c05fa04759) --- bin/ps/keyword.c | 4 ++-- bin/ps/ps.c | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bin/ps/keyword.c b/bin/ps/keyword.c index f05e5245f695..0562fd2e4f9d 100644 --- a/bin/ps/keyword.c +++ b/bin/ps/keyword.c @@ -35,10 +35,10 @@ */ #include -#include -#include #include +#include #include +#include #include #include diff --git a/bin/ps/ps.c b/bin/ps/ps.c index bb5102729957..94218f8cb2aa 100644 --- a/bin/ps/ps.c +++ b/bin/ps/ps.c @@ -42,13 +42,13 @@ */ #include +#include #include +#include #include -#include #include -#include #include -#include +#include #include #include