CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/10/26 16:16:16
Modified files:
usr.sbin/apmd : apmd.c
usr.sbin/cron : misc.c
Log message:
Use socket(SOCK_CLOEXEC), open(O_CLOEXEC), and fcntl(F_DUPFD_CLOEXEC)
instead of calling fcntl(F_SETFD) later.
ok otto@ millert@
