]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit
compat: Fix a typo in pidfile when O_CLOEXEC is not defined
authorPetr Gotthard <petr.gotthard@advantech-bb.cz>
Wed, 5 Feb 2020 15:35:44 +0000 (15:35 +0000)
committerRoy Marples <roy@marples.name>
Wed, 5 Feb 2020 15:35:44 +0000 (15:35 +0000)
commit1c9a59bca4b99e4523c179a75b0b9d67173c518e
tree7a48906ef11db0b5565a8f6954d0f2b8c072fd0b
parent60bde9c63e01f1932e0ce782946989f942739dfb
compat: Fix a typo in pidfile when O_CLOEXEC is not defined

While here, include fcntl.h in if.c for older environments.
compat/pidfile.c
src/if.c