summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2008-12-08 04:08:51 +0000
committerUlrich Drepper <drepper@redhat.com>2008-12-08 04:08:51 +0000
commit200da00a7c9948b3cb655608d4db4ac595a8269f (patch)
treea3ceee5608c08ed83acc9d3be2cb0f5714cf429c /ChangeLog
parent905ef0daeb2fa3d685d924cdd8cbd6a4b19df8b8 (diff)
* resolv/res_send.c (send_dg): Use correct guards for SOCK_CLOEXEC
use. * sysdeps/unix/sysv/linux/kernel-features.h: Fix typo in accept4 handling.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 18934f1aa7..2e438ec77f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2008-12-07 Ulrich Drepper <drepper@redhat.com>
+ * resolv/res_send.c (send_dg): Use correct guards for SOCK_CLOEXEC
+ use.
+
+ * sysdeps/unix/sysv/linux/kernel-features.h: Fix typo in accept4
+ handling.
+
* resolv/res_init.c (__res_vinit): Always assign to statp->nscount
after reading name server list.