summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-07-01 21:02:23 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-07-01 21:02:23 +0000
commit3dde641dbfb074fd6f690ffcfed15e823b4161eb (patch)
tree216afd197e5a3a096f1ceed98c2b5c3a1fdff30d
parentdd8d2382bdab4ca3bd3148e38835ea21e27db6c5 (diff)
downloadATCD-3dde641dbfb074fd6f690ffcfed15e823b4161eb.tar.gz
ChangeLogTag:Tue Jul 1 20:47:35 UTC 2003 Don Hinton <dhinton@dresystems.com>
-rw-r--r--ChangeLog8
-rw-r--r--ace/os_include/os_limits.h1
2 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2cb1254bb53..9259078957c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Tue Jul 1 20:47:35 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * ace/os_include/os_limits.h:
+ Added include of os_stdio.h. This picks up FILENAME_MAX on
+ Windows and fixes an alignment problem with ACE_PI_Control_Block
+ due to differing definitions for MAXNAMELEN. Thanks to
+ Serge Kolgan <skolgan@trigraph.com> for help figuring this out.
+
Tue Jul 1 19:39:16 UTC 2003 Don Hinton <dhinton@dresystems.com>
* ace/config-vxworks5.x.h:
diff --git a/ace/os_include/os_limits.h b/ace/os_include/os_limits.h
index 31e8acccc4d..a09539e60cb 100644
--- a/ace/os_include/os_limits.h
+++ b/ace/os_include/os_limits.h
@@ -25,6 +25,7 @@
#endif /* ACE_LACKS_PRAGMA_ONCE */
#include "ace/os_include/os_unistd.h"
+#include "ace/os_include/os_stdio.h" // for FILENAME_MAX on Windows
#if !defined (ACE_LACKS_LIMITS_H)
# include /**/ <limits.h>