mirror of
https://git.freebsd.org/ports.git
synced 2025-07-09 13:29:24 -04:00
15 lines
497 B
C
15 lines
497 B
C
--- ace/OS_NS_Thread.h.orig 2011-04-07 20:48:50.000000000 +0900
|
|
+++ ace/OS_NS_Thread.h 2011-11-27 05:38:21.000000000 +0900
|
|
@@ -38,6 +38,12 @@
|
|
# include "ace/ACE_export.h"
|
|
# include "ace/Object_Manager_Base.h"
|
|
|
|
+# include <sys/param.h>
|
|
+#if (defined(__FreeBSD__) && ((__FreeBSD_version >= 700110 && __FreeBSD_version < 800000) || __FreeBSD_version >= 800024))
|
|
+# include <sys/cpuset.h>
|
|
+# define cpu_set_t cpuset_t
|
|
+#endif
|
|
+
|
|
# if defined (ACE_EXPORT_MACRO)
|
|
# undef ACE_EXPORT_MACRO
|
|
# endif
|