CVSROOT: /cvs Module name: src Changes by: [email protected] 2012/05/06 14:25:27
Modified files:
sys/kern : uipc_syscalls.c
Log message:
Change accept(), recvfrom(), recvmsg(), getsockname(), and
getpeername() to return the untruncated address length in *addrlen
instead of the number of bytes copied out. This matches POSIX's
requirements and allows userland applications to detect when the
returned address was truncated.
ok guenther
