CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/11/23 12:31:52
Modified files:
usr.sbin/snmpd : control.c proc.c snmpd.c snmpd.h
Log message:
Use SOCK_NONBLOCK to replace socket_set_blockmode() and fcntl(..O_NONBLOCK).
(SOCK_CLOEXEC should also be added where it is appropriate, but this is OBnot
done in this commit yet.)
OK claudio@
