]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit
src/dhcpcd.c: fix build without fork or signals (#20)
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sat, 26 Dec 2020 19:45:08 +0000 (20:45 +0100)
committerGitHub <noreply@github.com>
Sat, 26 Dec 2020 19:45:08 +0000 (19:45 +0000)
commit572a94cef8286f343f39fbfdedcc469ebb94977e
treed51128cfe95785a0fbd7eb054f43e23b900d0a9a
parent111fb8364c07cc9bf0c432eabb9582c346378649
src/dhcpcd.c: fix build without fork or signals (#20)

Since version 9.3.3 and commit a5348dd02c86fa940cd93f203d0aa974cae0563c,
build without fork or signals fails on:

dhcpcd.c: In function ‘main’:
dhcpcd.c:2261:3: error: label ‘start_master’ used but not defined
   goto start_master;
   ^~~~

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
src/dhcpcd.c