dhcpcd: Apply local modifications
authorAaron LI <aly@aaronly.me>
Fri, 19 Oct 2018 06:54:55 +0000 (14:54 +0800)
committerAaron LI <aly@aaronly.me>
Wed, 14 Nov 2018 12:53:34 +0000 (20:53 +0800)
commit4acb291d71f84cdd3b4115e8a4ef72109792f3fc
treee7069305cb91bc9963c37b2c8f4b3cde141caf04
parent02b0bc0435c47bb59d7f1a5e3865a7c4630ad31c
dhcpcd: Apply local modifications

* The modification to 'src/if.c' makes it can be build with
  '-Werror=implicit-fallthrough', which is enabled with '-Wextra'.
  However, both swildner and I still don't understand why such a
  modification is needed :(

* In 'src/ipv6.c', explicitly suppress the '#warning' on
  IPV6_POLLADDRFLAG, an IPv6 feature that dfly currently doesn't
  support.
contrib/dhcpcd/src/if-bsd.c
contrib/dhcpcd/src/if.c
contrib/dhcpcd/src/ipv6.c