Date: Sun, 12 Apr 2026 05:57:20 +0000 From: Dag-Erling=?utf-8?Q? Sm=C3=B8rg?=rav <des@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Cc: Konstantin Belousov <kib@FreeBSD.org> Subject: git: 55766459e87b - stable/14 - dev/mfi: include sys/abi_compat.h unconditionally Message-ID: <69db3440.270e2.2add56bb@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch stable/14 has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=55766459e87b5976e9459942f94772808a7de7a4 commit 55766459e87b5976e9459942f94772808a7de7a4 Author: Konstantin Belousov <kib@FreeBSD.org> AuthorDate: 2026-02-10 04:17:53 +0000 Commit: Dag-Erling Smørgrav <des@FreeBSD.org> CommitDate: 2026-04-12 05:56:47 +0000 dev/mfi: include sys/abi_compat.h unconditionally not only for COMPAT_FREEBSD32 case. The driver uses INPTR() for non-compat32 code. Sponsored by: The FreeBSD Foundation MFC after: 1 week (cherry picked from commit bf603dbbb2c9964bba3d5bf2ba2371a75a0cc521) --- sys/dev/mfi/mfi.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/dev/mfi/mfi.c b/sys/dev/mfi/mfi.c index b4249f2082f5..40a1ba64e509 100644 --- a/sys/dev/mfi/mfi.c +++ b/sys/dev/mfi/mfi.c @@ -55,9 +55,7 @@ #include "opt_mfi.h" #include <sys/systm.h> -#ifdef COMPAT_FREEBSD32 #include <sys/abi_compat.h> -#endif #include <sys/sysctl.h> #include <sys/malloc.h> #include <sys/kernel.h>home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69db3440.270e2.2add56bb>
