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>2014-10-13 12:18:18 +0400
committerCorinna Vinschen <corinna@vinschen.de>2014-10-13 12:18:18 +0400
commit6a56366a9eb80ad26ca2bb97ce424b40cf25933e (patch)
treecfb3c4f9382dfbafebd3976ecc76acc6a2d4b1cd /winsup/cygwin/ChangeLog
parent7563a26d9bea54be5679b1876d81a1fdbfc29d5c (diff)
* net.cc (cygwin_setsockopt): Drop redundant test for AF_LOCAL and
SOCK_STREAM in SO_PEERCRED case, as in the original patch.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 26cc2f8d2..9c7395943 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,8 @@
+2014-10-13 Corinna Vinschen <corinna@vinschen.de>
+
+ * net.cc (cygwin_setsockopt): Drop redundant test for AF_LOCAL and
+ SOCK_STREAM in SO_PEERCRED case, as in the original patch.
+
2014-10-12 Corinna Vinschen <corinna@vinschen.de>
* dlfcn.cc (gfpod_helper): Only check for POSIX dir separator, same as