Skip to content

Commit

Permalink
[12073] ACE Remove sys/param.h includes
Browse files Browse the repository at this point in the history
These are already included elsewhere if the platform supports it
  • Loading branch information
antiroot committed Jul 27, 2012
1 parent ef79a25 commit 29cea63
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion dep/ACE_wrappers/ace/OS_NS_Thread.h
Expand Up @@ -38,7 +38,6 @@
# 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
Expand Down
2 changes: 0 additions & 2 deletions dep/ACE_wrappers/ace/OS_NS_netdb.inl
Expand Up @@ -6,8 +6,6 @@
#include "ace/OS_NS_string.h"
#include "ace/OS_NS_errno.h"

#include <sys/param.h>

#if defined (ACE_LACKS_NETDB_REENTRANT_FUNCTIONS)
# if defined (ACE_MT_SAFE) && (ACE_MT_SAFE != 0)
# define ACE_NETDBCALL_RETURN(OP,TYPE,FAILVALUE,TARGET,SIZE) \
Expand Down
2 changes: 1 addition & 1 deletion src/shared/revision_nr.h
@@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "12072"
#define REVISION_NR "12073"
#endif // __REVISION_NR_H__

0 comments on commit 29cea63

Please sign in to comment.