From nobody Tue Jul 7 23:28:27 2026 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 4gvy8X05jrz6kCJG for ; Tue, 07 Jul 2026 23:28:28 +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 4gvy8W4qBZz3FXG for ; Tue, 07 Jul 2026 23:28:27 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1783466907; 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=HpK247U4BqaYFudYWS5J0prGB5hqjz+Vu2QPO/KGTwA=; b=rLBvuYI3JNKUgicOgp49Tgou/MTkWPbaulYt3DNde2B1EeFJvAR1fS5zZyOqyyDKdvxoKl 4F1HcQBHG3vbQn9fhzQx+dpNztGrC96XVb4ahomJdxYi7HTCE9SqEKiVXH573ukPR3t7Dr AiX6sTfI2Edp95gA9+EzyVYtkSsADybNCws0BS3BYdpZhGkWm8RQ5HLNiTum3+aLQ7AY6X mVOrpVQHbLO9f+B3H9yrCeK5BTt8p9CeMfoDJE/9EIJBJzJGCJoz1bbz0eRdVU7BqK7iur zY2FmQ0+MqCPxB4c3fYd/kSDxAY6vr3kAy4ryr2hD7XcrrGRcAPaEfkmNa9C/g== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1783466907; a=rsa-sha256; cv=none; b=SxO/kUEx0qV1rhmbVSze7TrBB579SQVW+mESnc4r13pMm8N9+fVxoYthUUZva1Xh1BSAgn VCxEP0Rmg4etPWu6trX2SdFyCpbC1kh9kR7vCuTfBlxLGBaZvX33cy1B9KnYbIX/FmcL67 6wF5Nk89CJdRNnQj5td1hY/p411ym36IJy8iYRs4XmCyJ1Mpl+E9b0ck0RhN1WV7B1RygW K6j0cq1BZDPGBG4Q4ZgfVD0v55HYIeoNbW+LJJcLJnqrUz4kCA25aGGUW9qmQJqJpwS4+X 5+gRP1QdIkb3aGbMkbTm41NVTt2uCH21AjSofdAMqbQmc0EHixV06dJ1Xc/UHg== 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=1783466907; 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=HpK247U4BqaYFudYWS5J0prGB5hqjz+Vu2QPO/KGTwA=; b=Ief2zdjfTX2KUaLYyDaFMrewqrpgNIo1PSKxKlfqBv5c43nL0xD7uyRZQQ4AercFyvmn5m 1q0OSpZ1k0aY60w5WkK70J+pUpfRyrohi/AYOIT+fX56ieuUWjOzha0FRkjBY3eK9ueLcl kmkCFNqca987toCrJuz66f+H/wT52h5nACQWVdB5hJk521UXgvPjcA7BNtD1tUuLUlcp5N uK32p1SzDgTMhORcIeJXOU5KxNy6duKGG85nHwGTXPyAQZ1KHqZU4JdJ4XbnOAbh/TUzEo TkhthNKCV48GbhQ/3LSzzzBWLUpNBLeadfgyhsqdSWu8JoSIQ0Hh9gFQOq7X4Q== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gvy8W3sp7zwYR for ; Tue, 07 Jul 2026 23:28:27 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 27669 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Tue, 07 Jul 2026 23:28:27 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Konstantin Belousov Subject: git: f87f97d4c9b3 - main - kern/sys_process.c: clean up includes 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: X-BeenThere: dev-commits-src-all@freebsd.org Sender: owner-dev-commits-src-all@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: kib X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: f87f97d4c9b30dde1cdb3d72dfd699aed9c307e1 Auto-Submitted: auto-generated Date: Tue, 07 Jul 2026 23:28:27 +0000 Message-Id: <6a4d8b9b.27669.4b556678@gitrepo.freebsd.org> The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=f87f97d4c9b30dde1cdb3d72dfd699aed9c307e1 commit f87f97d4c9b30dde1cdb3d72dfd699aed9c307e1 Author: Konstantin Belousov AuthorDate: 2026-05-26 01:24:54 +0000 Commit: Konstantin Belousov CommitDate: 2026-07-07 22:03:53 +0000 kern/sys_process.c: clean up includes Order them alphabetically. Remove redundand sys/param.h. Reviewed by: markj Sponsored by: The FreeBSD Foundation MFC after: 1 week --- sys/kern/sys_process.c | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/sys/kern/sys_process.c b/sys/kern/sys_process.c index 81cff03250a9..9fdcf79d0873 100644 --- a/sys/kern/sys_process.c +++ b/sys/kern/sys_process.c @@ -31,29 +31,28 @@ * SUCH DAMAGE. */ -#include #include +#include +#include #include #include #include #include +#include #include #include +#include +#include +#include #include +#include +#include #include +#include #include #include #include -#include -#include #include -#include -#include -#include -#include -#include -#include -#include #include