]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit
Remove custom set_cloexec and set_nonblock functions.
authorRoy Marples <roy@marples.name>
Fri, 7 Feb 2014 17:32:08 +0000 (17:32 +0000)
committerRoy Marples <roy@marples.name>
Fri, 7 Feb 2014 17:32:08 +0000 (17:32 +0000)
commitcc0502023ee717d78b78e76a3d8ad41657c9b362
treebff0499b47e049aa24fc83554fddbbc45413b9d1
parent159ebbcf180dc0836c078f2876899599364936dc
Remove custom set_cloexec and set_nonblock functions.
Instead pass O_CLOEXEC or SOCK_CLOEXEC to open, socket, etc.
This requires a fairly modern system.
bpf.c
common.c
common.h
control.c
dhcp.c
dhcp6.c
dhcpcd.c
if-bsd.c
if-linux.c
ipv6nd.c
lpf.c