Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/netinet6



Module Name:    src
Committed By:   ozaki-r
Date:           Wed Jul  6 10:49:49 UTC 2016

Modified Files:
        src/sys/netinet6: in6.c in6_proto.c in6_var.h ip6_input.c

Log Message:
Move in6_ifaddr_list to a more proper place (from ip6_input.c to in6.c)

It's a similar place as the IPv4 address list, i.e., in.c.

More varibles will join together.


To generate a diff of this commit:
cvs rdiff -u -r1.205 -r1.206 src/sys/netinet6/in6.c
cvs rdiff -u -r1.112 -r1.113 src/sys/netinet6/in6_proto.c
cvs rdiff -u -r1.80 -r1.81 src/sys/netinet6/in6_var.h
cvs rdiff -u -r1.162 -r1.163 src/sys/netinet6/ip6_input.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index