summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2003-12-28 10:45:52 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2003-12-28 10:45:52 +0000
commit4e4ec6a667a34368546a3b844f251f57e41202b6 (patch)
treed3743979eceb5c23ce3d56c9917cb3449e8eaa3c
parent377569e715ccc902b6e5edb3c385a98263157605 (diff)
downloadATCD-4e4ec6a667a34368546a3b844f251f57e41202b6.tar.gz
ChangeLogTag: Sun Dec 28 10:44:13 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f855b0c39c9..26be51aec93 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Sun Dec 28 10:44:13 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * ace/OS_NS_stdio.cpp:
+ On Tru64 getchar() is a macro which expands to fgetc. fgetc exists
+ in the global and in the ACE_OS namespace, so on Tru64 use ::getchar()
+ which then expands to ::fgetc(). This looks to work on the Tru64 box
+ I am testing on.
+
Sat Dec 27 12:55:45 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/SOCK_Dgram_Mcast.h: