summaryrefslogtreecommitdiff
path: root/ACE/ace/Handle_Set.inl
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2011-04-05 12:38:35 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2011-04-05 12:38:35 +0000
commit6ae1c7e4d09dc721433e0425083da659cf26f9f6 (patch)
treeee6575177a209113069acfec3a7b67354d8d7f5d /ACE/ace/Handle_Set.inl
parent780715d0db9f7f200a2fdce26f627a20dee4646b (diff)
downloadATCD-6ae1c7e4d09dc721433e0425083da659cf26f9f6.tar.gz
Tue Apr 5 12:36:37 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/Get_Opt.inl: * ace/Guard_T.inl: * ace/Guard_T.cpp: * ace/Handle_Set.h: * ace/Handle_Set.cpp: * ace/Hash_Multi_Map_Manager_T.cpp: * ace/Hashable.inl: * ace/Hashable.cpp: * ace/IO_SAP.inl: * ace/IO_SAP.cpp: Layout changes * ace/Handle_Set.inl: Removed some old includes, should not be a problem with the current supported platforms * bin/vx_repo_link.pl: Removed this file, vxsim is not supported anymore
Diffstat (limited to 'ACE/ace/Handle_Set.inl')
-rw-r--r--ACE/ace/Handle_Set.inl12
1 files changed, 0 insertions, 12 deletions
diff --git a/ACE/ace/Handle_Set.inl b/ACE/ace/Handle_Set.inl
index a4b1fccaebb..660c5abd18c 100644
--- a/ACE/ace/Handle_Set.inl
+++ b/ACE/ace/Handle_Set.inl
@@ -4,18 +4,6 @@
#include "ace/Log_Msg.h"
-// todo: This should be cleaned up a bit.
-// memset for FD_ZERO on OpenBSD and Solaris w/ gcc 2.95.3
-#include "ace/os_include/os_string.h"
-
-// FreeBSD 4.8-RC? for bzero() used by FD_ZERO
-#include "ace/os_include/os_strings.h"
-
-// IRIX5 defines bzero() in this odd file... used by FD_ZERO
-#if defined (ACE_HAS_BSTRING)
-# include /**/ <bstring.h>
-#endif /* ACE_HAS_BSTRING */
-
// AIX defines bzero() in this odd file... used by FD_ZERO
#if defined (ACE_HAS_STRINGS)
# include "ace/os_include/os_strings.h"