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:
authorChristopher Faylor <me@cgf.cx>2001-11-11 09:55:35 +0300
committerChristopher Faylor <me@cgf.cx>2001-11-11 09:55:35 +0300
commitfcc8ea58ce820b3cdf939248f3590c9788595693 (patch)
tree1a3da291960f39a0c654a6d7e7dcf806d7c99d36
parentda9e28d0fafc3f861e1f6626d772a8445a9094ab (diff)
fix typo.
-rw-r--r--winsup/cygwin/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 246e6ed34..fa47514c6 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -3,7 +3,7 @@
* dtable.cc (dtable::build_fhandler): Don't increment console fd count
if new operation fails. Increment fork_fixup field here.
(dtable::dup2): Don't increment fork_fixup field here.
- (fdsock): Ditto.
+ * net.cc (fdsock): Ditto.
2001-11-08 Corinna Vinschen <corinna@vinschen.de>