Mercurial > hg > dhcpcd
view .gitignore @ 5566:e90bef3160d7 draft
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>
| author | Fabrice Fontaine <fontaine.fabrice@gmail.com> |
|---|---|
| date | Sat, 26 Dec 2020 20:45:08 +0100 |
| parents | bab0daa700eb |
| children |
line wrap: on
line source
# Ignore configure generated files config.h config.mk config.log # Ignore object files .depend *.o *.So *.so dhcpcd # Ignore generated embedded files dhcpcd-embedded.c dhcpcd-embedded.h # Ignore generated man pages and scripts dhcpcd.8 dhcpcd-run-hooks dhcpcd-run-hooks.8 dhcpcd.conf.5 hooks/30-hostname hooks/50-ypbind # Ignore distribution dhcpcd*.xz* # Ignore patch files *.diff *.patch *.orig *.rej # Ignore swap files *.swp # Ignore Coverity cov-int
