]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit - src/if-options.c
Remove custom logger and output all diagnostics via syslog(3).
authorRoy Marples <roy@marples.name>
Fri, 24 Mar 2017 09:13:02 +0000 (09:13 +0000)
committerRoy Marples <roy@marples.name>
Fri, 24 Mar 2017 09:13:02 +0000 (09:13 +0000)
commit03274c9c0cd0771d11176520ed45a237160bfbc4
tree0d3d197d52b12e5c01d962c96cecee95055afa3c
parente8f7a240469559750e1f3f2b3bb03175101e1237
Remove custom logger and output all diagnostics via syslog(3).
Remove the --logfile option.
Support LOG_PTRIM and LOG_NLOG if available.

This reduces the binary size by almost 5k.
If you don't like how the diagnostics look on your screen, speak
with your libc vendor about implementing the above NetBSD extensions.
22 files changed:
src/arp.c
src/bpf.c
src/common.c
src/common.h
src/control.c
src/dhcp-common.c
src/dhcp.c
src/dhcp6.c
src/dhcpcd.c
src/dhcpcd.h
src/duid.c
src/if-bsd.c
src/if-linux.c
src/if-options.c
src/if-options.h
src/if.c
src/ipv4.c
src/ipv4ll.c
src/ipv6.c
src/ipv6nd.c
src/route.c
src/script.c