Skip to content

src/dhcpcd.c: fix build without fork or signals#20

Merged
rsmarples merged 1 commit intoNetworkConfiguration:masterfrom
ffontaine:master
Dec 26, 2020
Merged

src/dhcpcd.c: fix build without fork or signals#20
rsmarples merged 1 commit intoNetworkConfiguration:masterfrom
ffontaine:master

Conversation

@ffontaine
Copy link
Contributor

Since version 9.3.3 and commit a5348dd, 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 [email protected]

Since version 9.3.3 and commit a5348dd,
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 <[email protected]>
@rsmarples rsmarples merged commit 5a81707 into NetworkConfiguration:master Dec 26, 2020
rsmarples pushed a commit that referenced this pull request Jan 25, 2021
Since version 9.3.3 and commit a5348dd,
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 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants