summaryrefslogtreecommitdiff
path: root/ACE/ace/os_include
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-08-05 13:23:47 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-08-05 13:23:47 +0200
commit3ba2cee7ad05f99edfd1abd6894b99ed613dd5d4 (patch)
tree7f9efd00a4aa02676c80f8cf841c3acedab619da /ACE/ace/os_include
parent23503a25fe500f9d0d54a5474f566b6f597bcb91 (diff)
downloadATCD-3ba2cee7ad05f99edfd1abd6894b99ed613dd5d4.tar.gz
Removed check for ACE_LACKS_ULIMIT_H, not set in any config file
* ACE/ace/os_include/os_ulimit.h:
Diffstat (limited to 'ACE/ace/os_include')
-rw-r--r--ACE/ace/os_include/os_ulimit.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/ACE/ace/os_include/os_ulimit.h b/ACE/ace/os_include/os_ulimit.h
index 5033bf6f1d1..1c98215f109 100644
--- a/ACE/ace/os_include/os_ulimit.h
+++ b/ACE/ace/os_include/os_ulimit.h
@@ -22,9 +22,7 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#if !defined (ACE_LACKS_ULIMIT_H)
-# include /**/ <ulimit.h>
-#endif /* !ACE_LACKS_ULIMIT_H */
+#include /**/ <ulimit.h>
#include /**/ "ace/post.h"
#endif /* ACE_OS_INCLUDE_OS_ULIMIT_H */