1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
Commit Graph

1 Commits

Author SHA1 Message Date
Bill Fenner
1e0c535fa1 Handle a bug that LBL thought was fixed in 4.4BSD but wasn't: send()
on a socket with a pending error doesn't reset the error, so the socket
is effectively useless.  Use getsockopt(...SO_ERROR...) to clear the
error status.  The kernel should also be patched, but this patch is
required for backwards compatibility.
1998-02-19 19:00:40 +00:00