summaryrefslogtreecommitdiff
path: root/ChangeLog-96b
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1996-11-28 09:09:34 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1996-11-28 09:09:34 +0000
commit4e2277de88f42de6683041a1e48f957b7895653a (patch)
treea2c410fb172d9da3a65e4acc2bc8e726ef15beec /ChangeLog-96b
parentcdeedf87b106854013dd8b2aefaaacd83a37c2b1 (diff)
downloadATCD-4e2277de88f42de6683041a1e48f957b7895653a.tar.gz
foo
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.