diff options
author | Roland McGrath <roland@gnu.org> | 1999-02-28 13:01:16 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-02-28 13:01:16 +0000 |
commit | 5615c549e26bd30b4a9dc2a80b8c380926cf6972 (patch) | |
tree | db09413d018c1a915f5dcdf9b7be98728905b0c1 | |
parent | 813de3b38e97b1ccfbec0748b1851e455b5df37a (diff) | |
download | glibc-5615c549e26bd30b4a9dc2a80b8c380926cf6972.tar glibc-5615c549e26bd30b4a9dc2a80b8c380926cf6972.tar.gz glibc-5615c549e26bd30b4a9dc2a80b8c380926cf6972.tar.bz2 glibc-5615c549e26bd30b4a9dc2a80b8c380926cf6972.zip |
1999-02-28 Mark Kettenis <kettenis@gnu.org>
* sysdeps/mach/hurd/getsockname.c (getsockname): Set *LEN to the
actual length if the adress length is smaller than the input
value. Change type of *LEN paramater to socklen_t.
* sysdeps/mach/hurd/getpeername.c (getpeername): Likewise.
* sysdeps/mach/hurd/accept.c (accept): Likewise.
* sysdeps/mach/hurd/recvfrom.c (recvfrom): Likewise.
* sysdeps/mach/hurd/sendto.c (sendto): Change type of ADDR_LEN
paramater to socklen_t.
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +1999-02-28 Mark Kettenis <kettenis@gnu.org> + + * sysdeps/mach/hurd/getsockname.c (getsockname): Set *LEN to the + actual length if the adress length is smaller than the input + value. Change type of *LEN paramater to socklen_t. + * sysdeps/mach/hurd/getpeername.c (getpeername): Likewise. + * sysdeps/mach/hurd/accept.c (accept): Likewise. + * sysdeps/mach/hurd/recvfrom.c (recvfrom): Likewise. + * sysdeps/mach/hurd/sendto.c (sendto): Change type of ADDR_LEN + paramater to socklen_t. + 1999-02-28 Roland McGrath <roland@baalperazim.frob.com> * hurd/hurd-raise.c (_hurd_raise_signal): Send "poll request" |