1999-02-28 Mark Kettenis <kettenis@gnu.org>
authorRoland McGrath <roland@gnu.org>
Sun, 28 Feb 1999 13:01:16 +0000 (13:01 +0000)
committerRoland McGrath <roland@gnu.org>
Sun, 28 Feb 1999 13:01:16 +0000 (13:01 +0000)
commit5615c549e26bd30b4a9dc2a80b8c380926cf6972
treedb09413d018c1a915f5dcdf9b7be98728905b0c1
parent813de3b38e97b1ccfbec0748b1851e455b5df37a
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.
ChangeLog