diff options
author | Ulrich Drepper <drepper@redhat.com> | 2008-12-08 04:08:51 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2008-12-08 04:08:51 +0000 |
commit | 200da00a7c9948b3cb655608d4db4ac595a8269f (patch) | |
tree | a3ceee5608c08ed83acc9d3be2cb0f5714cf429c /ChangeLog | |
parent | 905ef0daeb2fa3d685d924cdd8cbd6a4b19df8b8 (diff) | |
download | glibc-200da00a7c9948b3cb655608d4db4ac595a8269f.zip glibc-200da00a7c9948b3cb655608d4db4ac595a8269f.tar.gz glibc-200da00a7c9948b3cb655608d4db4ac595a8269f.tar.bz2 |
* 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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |