-
ROOL authored
Detail: recv5 and send5 updated from libc/net/recv.c and send.c respectively. Prototypes in socklib.h changed to use socklen_t or size_t as applicable in socket.h changed to avoid mismatch. During a transition period, and in order to avoid pointer mismatch errors at compile time for code written using 'int', the type socklen_t is currently a signed type. Admin: Submission for TCP/IP bounty.
20787323