opnsense-ports/devel/libdispatch/files/patch-src_event_event__internal.h
Franco Fichtner 05ea8c7749 */*: sync with upstream
Taken from: FreeBSD
2022-11-09 09:51:18 +01:00

11 lines
347 B
C

--- src/event/event_internal.h.orig 2021-09-17 04:54:52 UTC
+++ src/event/event_internal.h
@@ -125,6 +125,8 @@ typedef uintptr_t dispatch_unote_ident_t;
#if defined(_WIN32)
typedef uintptr_t dispatch_unote_ident_t;
+#elif defined(__FreeBSD__)
+typedef uintptr_t dispatch_unote_ident_t;
#else
typedef uint32_t dispatch_unote_ident_t;
#endif