From nobody Tue May 19 14:08:58 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 4gKc3Z66vnz6fFmM for ; Tue, 19 May 2026 14:08:58 +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 4gKc3Z4kTcz3hS5 for ; Tue, 19 May 2026 14:08:58 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1779199738; 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=8rQyOeaN/ivU8sJiK/3IZ1JXg6yaSr4xUwS6biS05o0=; b=PEq4mFawLhwWXu1yNNhQzQqOJji+YYHjgjaVppw1YgwlgkFoeBqYmB6PHEaXFi5sgCvPL9 vmm2N+nPqqpplbazc1cmQKmInM6o0NT5kt8xIlmxcFy9Ky5DvFK2pqeVSQ7/itoYdtss+a 9H5F+YRPwaLCQvCnt5OAIphp04CBP4xNb5dmT9DPlJnOunZXFyqTk+A1gPqUPThFk3I0na bxfmLqccsyrFUPR3w0RJGbPRVT1hGzC6vjfg2MZJK1YfO5aFGYTCOfspjjSfreCkW4f0tR bqD+RlMtJpjG+snCgT5Ul4Uho1lYq9n5J5bvaGKN8iWIseQzR6In00w62aMRaw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1779199738; a=rsa-sha256; cv=none; b=FlV8M0/0In1W5Sq1GDYXD7D+Q3pv0eNEQSgRUNI3cJ2H3L4a6KJgHTBoG4zPI1uxixi4NF 7y/aPTRYIVS9X11D1UQOBbAwCy5k2HLNqv0x6TYH2ZausVufewP2nENWHmK+jdSaptVigI dJ7pHkaf+1t317xEX9ml/xRPniuXvZsxpApfsv87sw1E9I9q75gyDHjppzaty7Edl5fvt3 1ve/VkCF/05UWA+YU45sSZenbWhVsuTsa8p3RWvjz/FBabZqqcgUfMGVnf8svLkNjjbeoq NtzXjy5RfpOzd0GfmTZBZrN1VneRXLuWoSrbMd+BRM1BUF/2Q1QZOmbOHv3m7g== 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=1779199738; 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=8rQyOeaN/ivU8sJiK/3IZ1JXg6yaSr4xUwS6biS05o0=; b=bHKNKcfh2pRTVUBpYyAMOVfyH7sgS5v2NaNLCGjNa0K2VI9M/1QdYJ+hWUsYm3aWsjPTD3 2IhU9u+AuCnWyAElqZUN++YjVVrzQnEfry8HErzXk/D47j+e29mzZ/TP+eLf2/EBUXz/I0 rF3Cl0qYq6Q8zI5IxnKz4LBmrGHhMA5XUGFZJ14IXzTKU+gAS4QGhNbEVjA68Q/XFH2WGg IIGUNLQ1Gbf+Oq9sJ5aqmXj6rZjYJgXNjWcdJUpQ6sW/xYynbbNbbE/WjUvsjKs2Pj+8vP 7otMQKcRGwQm/G7ITdyxwL3rj7sO7oq+9W9K7wsj89b8zpgUHuycgNof8G2HeQ== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gKc3Z4BDPz3Rq for ; Tue, 19 May 2026 14:08:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 3cc80 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Tue, 19 May 2026 14:08:58 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Mark Johnston Subject: git: 951e271d4985 - stable/15 - libutil: Include param.h in quotafile.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: 951e271d498580f78093ae34f519ca4a49607302 Auto-Submitted: auto-generated Date: Tue, 19 May 2026 14:08:58 +0000 Message-Id: <6a0c6efa.3cc80.45cc597a@gitrepo.freebsd.org> The branch stable/15 has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=951e271d498580f78093ae34f519ca4a49607302 commit 951e271d498580f78093ae34f519ca4a49607302 Author: Mark Johnston AuthorDate: 2026-05-12 17:47:04 +0000 Commit: Mark Johnston CommitDate: 2026-05-19 14:08:33 +0000 libutil: Include param.h in quotafile.c Required for MAXPATHLEN. MFC after: 1 week (cherry picked from commit 237900f17f091d059a3ead6a5320285654f4bfa0) --- lib/libutil/quotafile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libutil/quotafile.c b/lib/libutil/quotafile.c index 1f02813dee92..e8c8b39843d2 100644 --- a/lib/libutil/quotafile.c +++ b/lib/libutil/quotafile.c @@ -28,7 +28,7 @@ * SUCH DAMAGE. */ -#include +#include #include #include #include