]> 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:37:27 +0000 (15:37 +0000)
commit2bf668dceed3fbea9f596afc4f90d829497401b3
tree0e87b20aab3ca207fe5ee148c2f8a7516ee056aa
parentb6b8910d23cd15bb0d7bf3b3b31ada3899db2f6f
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