mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +00:00
[12072] Apply ACE patches for FreeBSD
This commit is contained in:
parent
7dc0a86237
commit
2c7ba84313
5 changed files with 21 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue