CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/11/10 11:40:34
Modified files:
sys/netinet : ip_divert.c raw_ip.c tcp_output.c udp_usrreq.c
lib/libc/sys : send.2
Log message:
Do not translate the EACCES error from pf(4) to EHOSTUNREACH anymore.
It also translated a documented send(2) EACCES case erroneously.
This was too much magic and always prone to errors.
from Jan Klemkow; man page jmc@; OK claudio@
