summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-04-02 08:15:05 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-04-02 08:15:05 +0000
commit1476b0688c01e75ac8015898fc4de663823e5b39 (patch)
tree3a3c7a2bef6dfcf01e1b01922c0cefe5e4a93983
parent84f6c56b893372a7d3656beea3431cd0c72bc2be (diff)
downloadATCD-1476b0688c01e75ac8015898fc4de663823e5b39.tar.gz
-rw-r--r--ACE/ChangeLog8
-rw-r--r--ACE/ace/config-linux-common.h3
2 files changed, 9 insertions, 2 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index 82c6e2b6729..40656333759 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,11 @@
+Wed Apr 2 08:14:57 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * ace/config-linux-common.h:
+ Replaced ACE_HAS_VOIDPTR_GETTIMEOFDAY with
+ ACE_HAS_TIMEZONE_GETTIMEOFDAY, this fixes bugzilla 3145
+ This to Thomas Girard <thomas dot g dot girard at free dot fr>
+ for reporting this
+
Wed Apr 2 07:51:57 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
* tests/run_test.lst:
diff --git a/ACE/ace/config-linux-common.h b/ACE/ace/config-linux-common.h
index 19943bb21e7..2984f859f49 100644
--- a/ACE/ace/config-linux-common.h
+++ b/ACE/ace/config-linux-common.h
@@ -339,8 +339,7 @@
// Platform/compiler supports global timezone variable.
#define ACE_HAS_TIMEZONE
-// Platform/compiler supports void * as second parameter to gettimeofday().
-#define ACE_HAS_VOIDPTR_GETTIMEOFDAY
+#define ACE_HAS_TIMEZONE_GETTIMEOFDAY
// Compiler/platform supports strerror ().
#define ACE_HAS_STRERROR