diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-01-12 03:23:48 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-01-12 03:23:48 +0000 |
commit | a3a449c17b2302235b70651a82e6d6b8f878524c (patch) | |
tree | d73ce28fc94bd2da146153469d129e5afd794d94 /ChangeLog | |
parent | 537e7234f77be5ceab819b701fb173fb859e0605 (diff) | |
download | glibc-a3a449c17b2302235b70651a82e6d6b8f878524c.zip glibc-a3a449c17b2302235b70651a82e6d6b8f878524c.tar.gz glibc-a3a449c17b2302235b70651a82e6d6b8f878524c.tar.bz2 |
* sunrpc/svc_tcp.c (svctcp_create): Call listen with SOMAXCONN
as backlog.
* sunrpc/svc_unix.c (svcunix_create): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2005-01-11 Thorsten Kukuk <kukuk@suse.de> + * sunrpc/svc_tcp.c (svctcp_create): Call listen with SOMAXCONN + as backlog. + * sunrpc/svc_unix.c (svcunix_create): Likewise. + * grp/putgrent.c (putgrent): Don't write 0 as group ID if groupname starts with + or -. * pwd/putpwent.c (putpwent): Don't write 0 as user or |