]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit
privsep: check return of freopen(3)
authorRoy Marples <roy@marples.name>
Mon, 29 Jun 2020 12:14:21 +0000 (13:14 +0100)
committerRoy Marples <roy@marples.name>
Mon, 29 Jun 2020 12:14:21 +0000 (13:14 +0100)
commit9593df81abd6b0508eafad0d45aa6c0e112922ba
tree013eb0ec6dca37417f3cad1d2420f153e2fceb96
parentb3cbcc5a8b6b7d9d5db71006c74038da3a85333d
privsep: check return of freopen(3)

So shutup some compilers who complain we don't do anything with it.
src/dhcpcd.c
src/privsep.c