summaryrefslogtreecommitdiff
path: root/ChangeLog-96b
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog-96b')
-rw-r--r--ChangeLog-96b5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog-96b b/ChangeLog-96b
index 2971c7e6dc6..d043abe2ebc 100644
--- a/ChangeLog-96b
+++ b/ChangeLog-96b
@@ -1,5 +1,10 @@
Thu Nov 28 00:53:16 1996 Douglas C. Schmidt <schmidt@lambada.cs.wustl.edu>
+ * ace/Pipe.cpp (close): Arrgh! Fixed a total braino where we
+ weren't using ACE_OS::closesocket() to close down the Win32
+ ACE_Pipe implementation, which uses sockets... Thanks to Irfan
+ and Tilo for helping me figure this one out!
+
* tests/CPP_Test.cpp: Completely reworked this test so that it
should run correctly on Win32 and UNIX.