Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDick Porter <dick@acm.org>2004-06-15 20:23:59 +0400
committerDick Porter <dick@acm.org>2004-06-15 20:23:59 +0400
commit1e44fbf47fb911e2b5f8bd82d8230f6bf5989df7 (patch)
tree0c00d92d77a9f3a7f5cc7fb2d2c747828c7c1576 /ChangeLog
parent136d70a9fa379f26a58e04367a7d3d8a9bc7018c (diff)
2004-06-15 Dick Porter <dick@ximian.com>
* configure.in: Check for struct ip_mreqn and struct ip_mreq on windows too. Fixes bug 55040. svn path=/trunk/mono/; revision=29613
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 59afaa582e1..288a7997905 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-06-15 Dick Porter <dick@ximian.com>
+
+ * configure.in: Check for struct ip_mreqn and struct ip_mreq on
+ windows too. Fixes bug 55040.
Mon Jun 14 18:38:34 CEST 2004 Paolo Molaro <lupus@ximian.com>