aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2008-09-30 14:17:12 +0000
committerUlrich Drepper <drepper@redhat.com>2008-09-30 14:17:12 +0000
commit3452ded5200db355f3e0e2a0fce95748a73077fe (patch)
treeb6864ebca8f355ba1d31d43a56bd33f48e11902f
parent8ec2550e18dcc37958ec17eb2de3ab34ab879d1e (diff)
downloadglibc-3452ded5200db355f3e0e2a0fce95748a73077fe.zip
glibc-3452ded5200db355f3e0e2a0fce95748a73077fe.tar.gz
glibc-3452ded5200db355f3e0e2a0fce95748a73077fe.tar.bz2
* nscd/connections.c: Disable use of paccept for now.
-rw-r--r--ChangeLog4
-rw-r--r--nscd/connections.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1a56e37..ddef66f 100644
--- 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.
diff --git a/nscd/connections.c b/nscd/connections.c
index 3395e54..54b3864 100644
--- a/nscd/connections.c
+++ b/nscd/connections.c
@@ -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. */