summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2006-03-16 13:48:27 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2006-03-16 13:48:27 +0000
commit5316abec663cb822652b5d2a427ae06b8e405bee (patch)
tree2e922a14245b6227b8e1f9125bff60e62a59b429
parent1fda3b0f86f2ea702f154513ae509389a9860210 (diff)
downloadATCD-5316abec663cb822652b5d2a427ae06b8e405bee.tar.gz
ChangeLogTag: Thu Mar 16 13:47:56 UTC 2006 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r--ChangeLog6
-rw-r--r--ace/config-vxworks6.2.h1
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 36b14ede7e0..f969697f5fc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Thu Mar 16 13:47:56 UTC 2006 Chad Elliott <elliott_c@ociweb.com>
+
+ * ace/config-vxworks6.2.h:
+
+ In kernel mode, VxWorks 6.2 lacks suseconds_t.
+
Thu Mar 16 12:27:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
* etc/ciao_DAnCE.doxygen:
diff --git a/ace/config-vxworks6.2.h b/ace/config-vxworks6.2.h
index da623b1997d..10490e6dc20 100644
--- a/ace/config-vxworks6.2.h
+++ b/ace/config-vxworks6.2.h
@@ -198,6 +198,7 @@
#define ACE_HAS_WCHAR
#else
// We are building for kernel mode
+ #define ACE_LACKS_SUSECONDS_T
#define ACE_LACKS_INTTYPES_H
#define ACE_LACKS_STDINT_H
#define ACE_LACKS_UNAME