From: Ulrich Drepper Date: Tue, 30 Sep 2008 14:17:12 +0000 (+0000) Subject: * nscd/connections.c: Disable use of paccept for now. X-Git-Tag: cvs/fedora-glibc-20081019T1815~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3452ded5200db355f3e0e2a0fce95748a73077fe;p=thirdparty%2Fglibc.git * nscd/connections.c: Disable use of paccept for now. --- diff --git a/ChangeLog b/ChangeLog index 1a56e37751c..ddef66f010b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-09-30 Ulrich Drepper + + * nscd/connections.c: Disable use of paccept for now. + 2008-09-29 Ulrich Drepper * socket/Versions: Remove paccept export for GLIBC_2.9. diff --git a/nscd/connections.c b/nscd/connections.c index 3395e54fa1c..54b38649771 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. */