From: Roland McGrath Date: Mon, 21 Jan 2008 01:35:23 +0000 (+0000) Subject: * hurd/hurdsock.c (_hurd_socket_server): Return the standard X-Git-Tag: cvs/fedora-glibc-20080131T0821~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3bc5e77108be0b3013176ee63f098c5f2e2b4f1;p=thirdparty%2Fglibc.git * hurd/hurdsock.c (_hurd_socket_server): Return the standard error EAFNOSUPPORT rather than non-standard EPFNOSUPPORT. * sunrpc/bindrsvprt.c (bindresvport): Likewise. --- diff --git a/ChangeLog b/ChangeLog index 0c4a50dde09..2793da5980c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-01-20 Samuel Thibault + + * hurd/hurdsock.c (_hurd_socket_server): Return the standard + error EAFNOSUPPORT rather than non-standard EPFNOSUPPORT. + * sunrpc/bindrsvprt.c (bindresvport): Likewise. + 2007-10-23 Alexandre Oliva * include/link.h (FORCED_DYNAMIC_TLS_OFFSET): Define.