CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/03/21 18:36:06
Modified files:
usr.sbin/npppd/npppd: control.c
Log message:
Use SOCK_NONBLOCK in socket() and accept4() instead of a separate fcntl()
dance.
Inspired by guenther@
ok millert@ yasuoka@
