]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* nscd/connections.c: Disable use of paccept for now.
authorUlrich Drepper <drepper@redhat.com>
Tue, 30 Sep 2008 14:17:12 +0000 (14:17 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 30 Sep 2008 14:17:12 +0000 (14:17 +0000)
ChangeLog
nscd/connections.c

index 1a56e37751c803610293ec5ef02a94fbc2266446..ddef66f010b56c1ee186d43f603f84cac348093d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-09-30  Ulrich Drepper  <drepper@redhat.com>
+
+       * nscd/connections.c: Disable use of paccept for now.
+
 2008-09-29  Ulrich Drepper  <drepper@redhat.com>
 
        * socket/Versions: Remove paccept export for GLIBC_2.9.
index 3395e54fa1c573d3edc4bf3f34d5363059d292b0..54b3864977197ecc90474a52150a50b69814a6da 100644 (file)
@@ -239,7 +239,7 @@ static int resolv_conf_descr = -1;
    before be know the result.  */
 static int have_sock_cloexec;
 /* The paccept syscall was introduced at the same time as SOCK_CLOEXEC.  */
-# define have_paccept have_sock_cloexec
+# define have_paccept -1       // XXX For the time being there is no such call
 #endif
 
 /* Number of times clients had to wait.  */