From nobody Tue May 19 14:08:55 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 4gKc3W3yHqz6fFhL for ; Tue, 19 May 2026 14:08:55 +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 "R13" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4gKc3W2t0Zz3hPY for ; Tue, 19 May 2026 14:08:55 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1779199735; 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=KZdV9Pj4iUKfld83nz320ogJd0xoft3FoMfR+21TgJ4=; b=Sh/kWXZbnNavl0vgjFPZQ8U5XwEdmxHuZdQVIey4XDaJPPqabPi66MtMkyuirW+zrE6n0Z 7Ic0qdd/CGEIxjLLWEUiBWfzfOAkaDDbwamCZ6MHYYfaZrdjOvD/Q22Kr1Tbgyj8CbOKuT gc7DAl5AqdcOE2MVQn6Bfd+hXsXwbr4olLz41tVUSMIeZD/NPCjwrY1kSjVFKkTsBhkarS UAh+PlB2pOeTQggcuGnT12KgR1aZFfnOjmlWTg0yoTlM8GJSGFQPHykMU1p7K0pe6TsDe8 OtZuUbDvlFq7VaECX3woCbOb4g22TTeCdBIgfF3eDCvsN/n90ZyLZXn9oaVhTA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1779199735; a=rsa-sha256; cv=none; b=VpoH5fIMnlKV/vJkwgaHJ5oPcDaEoyrZY5GgbGEpN627HPje8pyI6CbRU7LHzXohNNE8B2 vlmLcD8qCVF6sx5HlXQhJWlrwOIs6Ro9PYpKYYHbhVUNpgP5acs9xuI2YlTq1s4rXQARKY fIET8gyoFTvS/iTfBbR2PVlCxFSO3MOAoPNL9MFQ/KBLLi/cSd0LEGv7nAC9hH/4VoEzZ6 V7me4Mt1DNZ9S2H1+awIlSI0qG5EPIEmbxH3cf4ds86+iHWBSbfI5LbT1nKNcGlrhXlLGf RLhgqpGt9p+RXX9G29vBsmox5im1M/r7TmksUX0hhXmm6NMfqs3BqvQzbhbPUQ== 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=1779199735; 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=KZdV9Pj4iUKfld83nz320ogJd0xoft3FoMfR+21TgJ4=; b=lX/ODCfA/jCvUVH2QkboCwrXe/wDiGrkSh7zFJhPVf/zrIYg4nXG1C63Dypm7QOvBsRZPP jWNCk3JMti+MAJxr5JUbyewPq9eXpe7Ecy7CN0CZsCOqpNsbz4Fbjhk+I3d2o8+Whnxz3w thamDlC/n9twqJ6yT/581UJ/vA5V8EdEo7JziuVuqCKC5ftt0dMjxDgu82uEGfgNkCT98K d9dFI3coN9mvKyZ6+Ly2xkvI2e2/aa7E7J54r3MpCuafEoROspR83q6WuWSAZf+yBfZpHu ZE/sPYVuooPiQaFUfYE2EsppAqq3rclOzmtpR3GmfXFyS+JcrLytXMyuzWKtiw== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gKc3W2FrWz3FM for ; Tue, 19 May 2026 14:08:55 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 3b137 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Tue, 19 May 2026 14:08:55 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Mark Johnston Subject: git: 9eea4e03d1d4 - stable/15 - hastd: Include param.h instead of relying on pollution in hooks.c 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: markj X-Git-Repository: src X-Git-Refname: refs/heads/stable/15 X-Git-Reftype: branch X-Git-Commit: 9eea4e03d1d493892111e690d013f25cc0fdd187 Auto-Submitted: auto-generated Date: Tue, 19 May 2026 14:08:55 +0000 Message-Id: <6a0c6ef7.3b137.35ad6c4d@gitrepo.freebsd.org> The branch stable/15 has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=9eea4e03d1d493892111e690d013f25cc0fdd187 commit 9eea4e03d1d493892111e690d013f25cc0fdd187 Author: Mark Johnston AuthorDate: 2026-05-12 17:46:34 +0000 Commit: Mark Johnston CommitDate: 2026-05-19 14:08:32 +0000 hastd: Include param.h instead of relying on pollution in hooks.c This is needed at least for MAX() and PATH_MAX. MFC after: 1 week (cherry picked from commit fae5815a1d7ef6ef07a15231ca695cba0f848e18) --- sbin/hastd/hooks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/hastd/hooks.c b/sbin/hastd/hooks.c index 43ba6f06851a..f8c908928b0f 100644 --- a/sbin/hastd/hooks.c +++ b/sbin/hastd/hooks.c @@ -30,7 +30,7 @@ * SUCH DAMAGE. */ -#include +#include #include #include