kern/kern_event.c: properly spell COMPAT_FREEBSD32

PR:	289504
Reported by:	Damjan Jovanovic <damjan.jov@gmail.com>
Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
This commit is contained in:
Konstantin Belousov
2025-09-13 20:42:11 +03:00
parent 8a4e4c9524
commit cab4cf201a
+1 -1
View File
@@ -3127,7 +3127,7 @@ sysctl_kern_proc_kqueue(SYSCTL_HANDLER_ARGS)
return (error);
td = curthread;
#ifdef FREEBSD_COMPAT32
#ifdef COMPAT_FREEBSD32
compat32 = SV_CURPROC_FLAG(SV_ILP32);
#else
compat32 = false;