From nobody Thu Jun 25 19:34:25 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 4gmTX16b2Rz6jFph for ; Thu, 25 Jun 2026 19:34: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 "YR1" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4gmTX12Vlfz3YGn for ; Thu, 25 Jun 2026 19:34:25 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1782416065; 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=Sd0FzYuJJHPzVCoQovODsUeMrmdLsSbhjRSqxZsB4rE=; b=FwLOv0rrhp0aQ/Qc2ZRfLSjgxR+RfkVkm2WskLMECLDAaF1I5+YDmjeI+9I+QsJRUCYGib LQSB4bWYc0DXqhg9zpfB+mtUJShAIG5Qtxexdao4LiTiuss/hc8CwIqveQAFepimDrsIh/ AtJntBgrRenjBwEwvz58O6Bl3QRXBbpnZMYUA3d0lJaoptLW4k/fvR8pUv4+4EC5MsoyyX UKvke7UW3caHAIJF+oatWn30RvLUFYCefKSUjyb0Oa5PWrjFuzd/6hwZi23N9Yuwo7rKf1 mUpkeawaQ0Nu4QMuH2uQanF1mOz6Y9kVINLy18MAapfoTyve4PhWncjr44VH1A== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1782416065; a=rsa-sha256; cv=none; b=eOg0XgKHTamcg4DU8/uAPGdj38YJ6zUiXn6/r35yX15DwDxImg2hvP5DQPz8i95GlnmSSi vbzOZ3DTVm7qAt3z4Rhkv9jmwGIXNte89mfb/FFIrf4EPcuxsWMoNWRX7xwZcOoHjv0X3W CDthaSqVCu2Iy/6geE8qkbhhSy0RwQLuZqKkSavKmd1bh6LjgxKHpzhapNOV0fSqGcEEZx iiyQ1iIrYywy0CGv1Lx/WXSrX8LL+dSMM2Yh6vv7bR3vTCUFNLW8fnb8cNJHBPobTwnRAF WREzP91ChoWaGItq50K6bI5+vgOWTZeSY0KcgMHKuKKVLj5cF9+A9Tj2e4DL0w== 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=1782416065; 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=Sd0FzYuJJHPzVCoQovODsUeMrmdLsSbhjRSqxZsB4rE=; b=fZCrZhOeLerOkEpMep4jSdZTEtFafP2Tb4cBZX9U3qTNgtNqw/ycr1/LTu3BxI7MUQ87EB HqqgENU+bUxDjL/zyepfS9h/MCREFJeK0K9Rg258TJvSTLs42QiMA5NsUq/E2znmxoy2gF OEAoLDQz6kASVtYMxP2F2rbylJl/9En73DRl32MSokL+/7B8a8METZTjPl8edfkRgzj7VE RXm7On2GCe9Zc3dGl64u54nrl4dOZx36ODsH3Y9z7RPbsGxYXOi2eBxpRdZCMysQ+IaOPq RGrHIOADr7S6wVKAOEwpNAYeJRli8eSfPEYgnESWgwRL5eARC998zBCppAukag== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gmTX11JzSz1JWy for ; Thu, 25 Jun 2026 19:34:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 43db2 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Thu, 25 Jun 2026 19:34:25 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Kristof Provost Subject: git: efcc183f9b0d - main - pflog: remove unused argument from pflogattach() 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: kp X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: efcc183f9b0dad94b7e954556e6e2515ec0f85be Auto-Submitted: auto-generated Date: Thu, 25 Jun 2026 19:34:25 +0000 Message-Id: <6a3d82c1.43db2.2c35445f@gitrepo.freebsd.org> The branch main has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=efcc183f9b0dad94b7e954556e6e2515ec0f85be commit efcc183f9b0dad94b7e954556e6e2515ec0f85be Author: Kristof Provost AuthorDate: 2026-06-21 16:19:22 +0000 Commit: Kristof Provost CommitDate: 2026-06-25 19:34:05 +0000 pflog: remove unused argument from pflogattach() --- sys/netpfil/pf/if_pflog.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/netpfil/pf/if_pflog.c b/sys/netpfil/pf/if_pflog.c index cb96d2fcc44c..4167c7818415 100644 --- a/sys/netpfil/pf/if_pflog.c +++ b/sys/netpfil/pf/if_pflog.c @@ -87,7 +87,7 @@ static int pflogoutput(struct ifnet *, struct mbuf *, const struct sockaddr *, struct route *); -static void pflogattach(int); +static void pflogattach(void); static int pflogifs_resize(size_t); static int pflogioctl(struct ifnet *, u_long, caddr_t); static void pflogstart(struct ifnet *); @@ -106,7 +106,7 @@ VNET_DEFINE(struct ifnet **, pflogifs); /* for fast access */ #define V_pflogifs VNET(pflogifs) static void -pflogattach(int npflog __unused) +pflogattach(void) { struct if_clone_addreq req = { .create_f = pflog_clone_create, @@ -316,7 +316,7 @@ static void vnet_pflog_init(const void *unused __unused) { - pflogattach(1); + pflogattach(); } VNET_SYSINIT(vnet_pflog_init, SI_SUB_PROTO_FIREWALL, SI_ORDER_ANY, vnet_pflog_init, NULL);