mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22:37:03 +00:00
Merge pull request #59 from antiroot/master
ACE Remove sys/param.h includes
This commit is contained in:
commit
a457ba9b41
3 changed files with 1 additions and 4 deletions
|
|
@ -38,7 +38,6 @@
|
||||||
# include "ace/ACE_export.h"
|
# include "ace/ACE_export.h"
|
||||||
# include "ace/Object_Manager_Base.h"
|
# include "ace/Object_Manager_Base.h"
|
||||||
|
|
||||||
# include <sys/param.h>
|
|
||||||
#if (defined(__FreeBSD__) && ((__FreeBSD_version >= 700110 && __FreeBSD_version < 800000) || __FreeBSD_version >= 800024))
|
#if (defined(__FreeBSD__) && ((__FreeBSD_version >= 700110 && __FreeBSD_version < 800000) || __FreeBSD_version >= 800024))
|
||||||
# include <sys/cpuset.h>
|
# include <sys/cpuset.h>
|
||||||
# define cpu_set_t cpuset_t
|
# define cpu_set_t cpuset_t
|
||||||
|
|
|
||||||
|
|
@ -6,8 +6,6 @@
|
||||||
#include "ace/OS_NS_string.h"
|
#include "ace/OS_NS_string.h"
|
||||||
#include "ace/OS_NS_errno.h"
|
#include "ace/OS_NS_errno.h"
|
||||||
|
|
||||||
#include <sys/param.h>
|
|
||||||
|
|
||||||
#if defined (ACE_LACKS_NETDB_REENTRANT_FUNCTIONS)
|
#if defined (ACE_LACKS_NETDB_REENTRANT_FUNCTIONS)
|
||||||
# if defined (ACE_MT_SAFE) && (ACE_MT_SAFE != 0)
|
# if defined (ACE_MT_SAFE) && (ACE_MT_SAFE != 0)
|
||||||
# define ACE_NETDBCALL_RETURN(OP,TYPE,FAILVALUE,TARGET,SIZE) \
|
# define ACE_NETDBCALL_RETURN(OP,TYPE,FAILVALUE,TARGET,SIZE) \
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "12072"
|
#define REVISION_NR "12073"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue