]> sourceware.org Git - glibc.git/commitdiff
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)
* 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

index 14c345413633960cde6effefe500a027cfc75700..da5a941201d8b35cad5e3097da91adc3d240105b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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"
This page took 0.044558 seconds and 5 git commands to generate.