]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC: r298111 r298114
authorbapt <bapt@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 23 Apr 2016 10:06:57 +0000 (10:06 +0000)
committerbapt <bapt@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 23 Apr 2016 10:06:57 +0000 (10:06 +0000)
commit7897c421c9d61ab34aaee18a0f19c161451fc003
treec1f86332b053bf527a0c2882e1ccfb00ebee968c
parent6f0ef92697618a67aaac11a8127d009d5f62c38d
MFC: r298111 r298114

Directly set the O_CLOEXEC flags via the open(2) attributes
  Use the SOCK_CLOEXEC flags in the socket(2) 'type' attribute instead of
calling fcntl(2)

Sponsored by: Essen Hackathon

git-svn-id: svn://svn.freebsd.org/base/stable/10@298509 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
usr.sbin/inetd/inetd.c