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-24 06:12:41 +0300
committerChristopher Faylor <me@cgf.cx>2001-11-24 06:12:41 +0300
commitc123b1f3a13621e6560661a5af9219532baa134f (patch)
tree08ce7aa2e319ec0b56aaee254c7eab2ef2fd3763
parent5a64d8694176dbe7bd0c61c33d6e6cecd54d7a71 (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 e3877a00d..9084ad9e6 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -21,7 +21,7 @@
setting since it is no longer used.
* miscfuncs.cc (check_null_str): New function.
- (+check_null_str_errno): Ditto.
+ (check_null_str_errno): Ditto.
* net.cc: Add defensive buffer checking throughout.
(cygwin_sendto): Protect against invalid fd.
(cygwin_recvfrom): Ditto.