diff options
author | Roland McGrath <roland@gnu.org> | 2008-01-21 01:35:23 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2008-01-21 01:35:23 +0000 |
commit | d3bc5e77108be0b3013176ee63f098c5f2e2b4f1 (patch) | |
tree | c899f7db054e75d2cd6dffd3272f42327f00ebb3 /ChangeLog | |
parent | 173b756d8f7f1b6b35ef00a62ea8cdb74a6217be (diff) | |
download | glibc-d3bc5e77108be0b3013176ee63f098c5f2e2b4f1.tar.gz glibc-d3bc5e77108be0b3013176ee63f098c5f2e2b4f1.tar.xz glibc-d3bc5e77108be0b3013176ee63f098c5f2e2b4f1.zip |
* hurd/hurdsock.c (_hurd_socket_server): Return the standard
error EAFNOSUPPORT rather than non-standard EPFNOSUPPORT. * sunrpc/bindrsvprt.c (bindresvport): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 0c4a50dde0..2793da5980 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-01-20 Samuel Thibault <samuel.thibault@ens-lyon.org> + + * 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 <aoliva@redhat.com> * include/link.h (FORCED_DYNAMIC_TLS_OFFSET): Define. |