summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-11-03 06:20:03 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-11-03 06:20:03 +0000
commit82958c77ec3cba9c4916ebfc3c02caefe97d9f4d (patch)
tree153f8c6a16abac83a24a2e853bd2f82660429109
parent844c010cbd4f427f0084f057f1a6cb9f5399a83a (diff)
downloadATCD-82958c77ec3cba9c4916ebfc3c02caefe97d9f4d.tar.gz
ChangeLogTag:Mon Nov 3 06:09:08 UTC 2003 Don Hinton <dhinton@dresystems.com>
-rw-r--r--ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 723d9b0c6d1..44724ad3742 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,7 +5,7 @@ Mon Nov 3 06:09:08 UTC 2003 Don Hinton <dhinton@dresystems.com>
* tests/Proactor_Scatter_Gather_Test.cpp:
* tests/Proactor_Test.cpp:
* tests/SPIPE_Test.cpp:
- Added #included needed on Windows due to recent
+ Added #includes needed on Windows due to recent
subsetting.
Mon Nov 3 05:02:24 UTC 2003 Don Hinton <dhinton@dresystems.com>
@@ -20,7 +20,7 @@ Mon Nov 3 04:43:43 UTC 2003 Don Hinton <dhinton@dresystems.com>
* Makefile:
* bin/reverseclean:
- Pass the $(MAKE) variable to the reverseclean script and us it
+ Pass the $(MAKE) variable to the reverseclean script and use it
instead of "make". This fixes problems in autobuilds that
assign something other than "make" to the make_program
variable.
@@ -31,7 +31,7 @@ Mon Nov 3 03:04:48 UTC 2003 Don Hinton <dhinton@dresystems.com>
* ace/Managed_Object.h:
* ace/Object_Manager.h:
* tests/Priority_Reactor_Test.cpp:
- Added #included needed when not inlining due to recent
+ Added #include needed when not inlining due to recent
subsetting.
* ace/OS_NS_Thread.inl:
@@ -59,7 +59,7 @@ Sun Nov 2 15:58:23 UTC 2003 Don Hinton <dhinton@dresystems.com>
Fixed a couple of instances of ::memcpy that didn't include
ACE_OS.
- * ace/_S_NS_netdb.cpp:
+ * ace/OS_NS_netdb.cpp:
Added #include Object_Manager_Base.h.
* ace/OS_NS_unistd.cpp: