CVSROOT:        /cvs
Module name:    src
Changes by:     flor...@cvs.openbsd.org 2017/08/15 00:08:52

Modified files:
        sys/net        : if_spppsubr.c 
        sys/netinet6   : in6.c in6_var.h 

Log message:
After we stopped processing router advertisements in the kernel
sppp_update_ip6_addr() became the last user of n6_are_prefix_equal().
Since it compares /128 prefixes it doesn't need all the bells and
whistles and can be converted to a memcmp. Remove the now unused
n6_are_prefix_equal().
OK bluhm, mpi

Reply via email to