Mercurial > hg > dhcpcd
view .gitignore @ 5563:da781e97946d draft dhcpcd-8
DHCP: Fix reading RENEW messages from inet socket
It helps to use the correct buffer to store the control message ....
| author | Roy Marples <roy@marples.name> |
|---|---|
| date | Sun, 20 Dec 2020 07:08:08 +0000 |
| parents | f4cca16582e8 |
| children | bab0daa700eb |
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/50-ypbind # Ignore distribution dhcpcd*.xz* # Ignore patch files *.diff *.patch *.orig *.rej # Ignore swap files *.swp # Ignore Coverity cov-int
