[#]
http://marc.info/?l=openbsd-cvs&m=141116214712194&w=2
openbsd-cvs(obsdave,2) — All
2014-09-20 01:55:05
Module name: src
Changes by: florian@cvs.openbsd.org 2014/09/19 15:28:32
Modified files:
usr.sbin/slowcgi: slowcgi.c
Log message:
Instead of doing the fcntl(2) and ioctl(2) song and dance just tell
socket(2) and accept4(2) that we want non-blocking-close-on-exec
sockets.
OK benno@