git: dhcpcd: Apply local modifications

Aaron LI aly at crater.dragonflybsd.org
Wed Nov 14 04:54:12 PST 2018


commit 4acb291d71f84cdd3b4115e8a4ef72109792f3fc
Author: Aaron LI <aly at aaronly.me>
Date:   Fri Oct 19 14:54:55 2018 +0800

    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.

Summary of changes:
 contrib/dhcpcd/src/if-bsd.c | 2 ++
 contrib/dhcpcd/src/if.c     | 1 +
 contrib/dhcpcd/src/ipv6.c   | 2 ++
 3 files changed, 5 insertions(+)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/4acb291d71f84cdd3b4115e8a4ef72109792f3fc


-- 
DragonFly BSD source repository



More information about the Commits mailing list