git: 360bb45690d9 - main - netipsec: Use proper prototype for SYSINIT functions
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 13 Oct 2025 10:13:59 UTC
The branch main has been updated by zlei: URL: https://cgit.FreeBSD.org/src/commit/?id=360bb45690d918fac5bae78ab44f45d11327067a commit 360bb45690d918fac5bae78ab44f45d11327067a Author: Zhenlei Huang <zlei@FreeBSD.org> AuthorDate: 2025-10-13 10:12:33 +0000 Commit: Zhenlei Huang <zlei@FreeBSD.org> CommitDate: 2025-10-13 10:12:33 +0000 netipsec: Use proper prototype for SYSINIT functions MFC after: 1 week --- sys/netipsec/xform_ipcomp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/netipsec/xform_ipcomp.c b/sys/netipsec/xform_ipcomp.c index 737d4a50098a..05a01b75e0bb 100644 --- a/sys/netipsec/xform_ipcomp.c +++ b/sys/netipsec/xform_ipcomp.c @@ -750,7 +750,7 @@ static struct xformsw ipcomp_xformsw = { }; static void -ipcomp_attach(void) +ipcomp_attach(void *dummy __unused) { #ifdef INET @@ -763,7 +763,7 @@ ipcomp_attach(void) } static void -ipcomp_detach(void) +ipcomp_detach(void *dummy __unused) { #ifdef INET