Restore original EPIPE and ENOTCONN errors priority in the uipc_send()
authormvs <mvs@openbsd.org>
Fri, 28 Jun 2024 21:30:24 +0000 (21:30 +0000)
committermvs <mvs@openbsd.org>
Fri, 28 Jun 2024 21:30:24 +0000 (21:30 +0000)
commit161e4927333a61fe54f42c8aaa9fa8d7bba8983b
tree28e75d4cf7ba6e9c8e60ad95ac11f7cad52c8699
parenta83039b2c93a3fedcecde17489221264f5abdfea
Restore original EPIPE and ENOTCONN errors priority in the uipc_send()
path changed in rev 1.206. At least acme-client(1) is not happy with
this change.

Reported by claudio. Tests and ok by bluhm.
sys/kern/uipc_socket2.c
sys/kern/uipc_usrreq.c
sys/miscfs/fifofs/fifo_vnops.c