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:
@@ -3127,7 +3127,7 @@ sysctl_kern_proc_kqueue(SYSCTL_HANDLER_ARGS)
|
|||||||
return (error);
|
return (error);
|
||||||
|
|
||||||
td = curthread;
|
td = curthread;
|
||||||
#ifdef FREEBSD_COMPAT32
|
#ifdef COMPAT_FREEBSD32
|
||||||
compat32 = SV_CURPROC_FLAG(SV_ILP32);
|
compat32 = SV_CURPROC_FLAG(SV_ILP32);
|
||||||
#else
|
#else
|
||||||
compat32 = false;
|
compat32 = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user