]> git.kaiwu.me - nginx.git/commit
Events: compatibility with NetBSD 10.0 in kqueue.
authorSergey Kandaurov <pluknet@nginx.com>
Thu, 10 Jul 2025 12:59:05 +0000 (16:59 +0400)
committerSergey Kandaurov <s.kandaurov@f5.com>
Tue, 23 Dec 2025 18:40:33 +0000 (22:40 +0400)
commit8d00372555bc09fd394ffa767e75c9b15b68c27b
treed3a0324d438e7743109a01f1e811bf1078c65d1b
parent089da0a48b68eb5409ce4a4d8fdd01283097d9a2
Events: compatibility with NetBSD 10.0 in kqueue.

The kevent udata field was changed from intptr_t to "void *",
similar to other BSDs and Darwin.

The NGX_KQUEUE_UDATA_T macro is adjusted to reflect that change,
fixing -Werror=int-conversion errors.
src/event/modules/ngx_kqueue_module.c