summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--ChangeLogs/ChangeLog-02a5
-rw-r--r--ChangeLogs/ChangeLog-03a5
-rw-r--r--ace/config-win32-common.h2
4 files changed, 16 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1b151ef6a8e..645e2c9df1a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Sep 12 22:00:31 2000 Steve Huston <shuston@riverace.com>
+
+ * ace/config-win32-common.h: Added missing 'FD_SETSIZE' to #undef
+ directive.
+
Tue Sep 12 15:15:54 2000 Irfan Pyarali <irfan@cs.wustl.edu>
* ace/ACE_export.h (ACE_SINGLETON_DECLARATION): Added the new
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index 1b151ef6a8e..645e2c9df1a 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,8 @@
+Tue Sep 12 22:00:31 2000 Steve Huston <shuston@riverace.com>
+
+ * ace/config-win32-common.h: Added missing 'FD_SETSIZE' to #undef
+ directive.
+
Tue Sep 12 15:15:54 2000 Irfan Pyarali <irfan@cs.wustl.edu>
* ace/ACE_export.h (ACE_SINGLETON_DECLARATION): Added the new
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 1b151ef6a8e..645e2c9df1a 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,8 @@
+Tue Sep 12 22:00:31 2000 Steve Huston <shuston@riverace.com>
+
+ * ace/config-win32-common.h: Added missing 'FD_SETSIZE' to #undef
+ directive.
+
Tue Sep 12 15:15:54 2000 Irfan Pyarali <irfan@cs.wustl.edu>
* ace/ACE_export.h (ACE_SINGLETON_DECLARATION): Added the new
diff --git a/ace/config-win32-common.h b/ace/config-win32-common.h
index bf60d286ad1..9177672e4a4 100644
--- a/ace/config-win32-common.h
+++ b/ace/config-win32-common.h
@@ -162,7 +162,7 @@
// below if you need to raise or lower it.
#if defined (FD_SETSIZE)
-#undef
+#undef FD_SETSIZE
#define FD_SETSIZE 1024
#endif /* FD_SETSIZE */