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

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2007-02-23 14:43:48 +0300
committerCorinna Vinschen <corinna@vinschen.de>2007-02-23 14:43:48 +0300
commit7131554a692a675bfff2d95f224c54dfdb88686c (patch)
treec028512f710599faa8590a8c64865aed0cb4e856 /winsup/cygserver/ChangeLog
parentaaee2ffaed818ccaf248b4097a3b7c7bfa4ea82a (diff)
Throughout remove using wincap.
* Makefile.in (OBJS): Remove wincap.o. * README: Don't mention 9x. * bsd_mutex.cc (_mtx_unlock): Drop checking for 9x error codes. * cygserver.cc (server_submission_loop::request_loop): Add FIXME comment. * wincap.cc: Remove. * wincap.h: Remove. * woutsup.h: Don't include wincap.h.
Diffstat (limited to 'winsup/cygserver/ChangeLog')
-rw-r--r--winsup/cygserver/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/winsup/cygserver/ChangeLog b/winsup/cygserver/ChangeLog
index 360685483..eab1b5f8d 100644
--- a/winsup/cygserver/ChangeLog
+++ b/winsup/cygserver/ChangeLog
@@ -1,3 +1,15 @@
+2007-02-23 Corinna Vinschen <corinna@vinschen.de>
+
+ Throughout remove using wincap.
+ * Makefile.in (OBJS): Remove wincap.o.
+ * README: Don't mention 9x.
+ * bsd_mutex.cc (_mtx_unlock): Drop checking for 9x error codes.
+ * cygserver.cc (server_submission_loop::request_loop): Add FIXME
+ comment.
+ * wincap.cc: Remove.
+ * wincap.h: Remove.
+ * woutsup.h: Don't include wincap.h.
+
2007-02-22 Corinna Vinschen <corinna@vinschen.de>
* Makefile.in (OBJS): Drop transport_sockets.o.