ports/devel/liburcu/patches/patch-include_urcu_syscall-compat_h

13 lines
387 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: include/urcu/syscall-compat.h
--- include/urcu/syscall-compat.h.orig
+++ include/urcu/syscall-compat.h
@@ -33,7 +33,7 @@
#include <syscall.h>
#elif defined(__CYGWIN__) || defined(__APPLE__) || \
- defined(__FreeBSD__) || defined(__DragonFly__)
+ defined(__FreeBSD__) || defined(__DragonFly__) || defined(__OpenBSD__)
/* Don't include anything on these platforms. */
#else