summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Vollmer <mvo@zagadka.de>2002-07-11 23:20:45 +0000
committerMarius Vollmer <mvo@zagadka.de>2002-07-11 23:20:45 +0000
commitc21935e6cd7e42acedf72025966352a8c5d0fb93 (patch)
treebc031eacba8639ae3c3b0d8e2e2c1e53e6b983b9
parent4abbb327ee2490da4d6c64d28e690c60e70e72db (diff)
downloadguile-c21935e6cd7e42acedf72025966352a8c5d0fb93.tar.gz
*** empty log message ***
-rw-r--r--libguile/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/libguile/ChangeLog b/libguile/ChangeLog
index f9cfd9b97..13a49bfb3 100644
--- a/libguile/ChangeLog
+++ b/libguile/ChangeLog
@@ -1,3 +1,9 @@
+2002-07-10 Marius Vollmer <mvo@zagadka.ping.de>
+
+ * guile.c, iselect.h, net_db.c, posix.c, socket.c: No need to
+ check for Cygwin when including <winsock2.h>, this is already
+ check for by configure. Thus, revert change from 2002-07-07.
+
2002-07-10 Gary Houston <ghouston@arglist.com>
* eq.c: include <string.h>