Module name:    mbuf
Committed by:   pcahyna
Date:           Sun Dec  3 10:07:55 UTC 2006

Modified Files:
        mbuf/src/sys/netinet6: frag6.c icmp6.c in6_gif.c ip6_forward.c
            ip6_input.c ip6_mroute.c ip6_output.c mld6.c nd6_nbr.c nd6_rtr.c
            raw_ip6.c route6.c udp6_output.c

Log Message:
Swap the 2nd and 3rd argument of mptr* and m_datarange*,
to be consistent with other mbuf functions
which accept "off and "len" arguments.
Thanks to Xrefactory, http://xref-tech.com

To generate a diff of this commit:
cvs -z3 rdiff -u -r1.2 -r1.3 mbuf/src/sys/netinet6/ip6_forward.c \
    mbuf/src/sys/netinet6/mld6.c mbuf/src/sys/netinet6/nd6_nbr.c \
    mbuf/src/sys/netinet6/udp6_output.c
cvs -z3 rdiff -u -r1.3 -r1.4 mbuf/src/sys/netinet6/ip6_output.c \
    mbuf/src/sys/netinet6/nd6_rtr.c mbuf/src/sys/netinet6/route6.c
cvs -z3 rdiff -u -r1.4 -r1.5 mbuf/src/sys/netinet6/frag6.c \
    mbuf/src/sys/netinet6/icmp6.c mbuf/src/sys/netinet6/in6_gif.c \
    mbuf/src/sys/netinet6/ip6_mroute.c mbuf/src/sys/netinet6/raw_ip6.c
cvs -z3 rdiff -u -r1.7 -r1.8 mbuf/src/sys/netinet6/ip6_input.c

To view a diff of this commit:
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/mbuf/src/sys/netinet6/ip6_forward.c?r1=1.2&r2=1.3
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/mbuf/src/sys/netinet6/mld6.c?r1=1.2&r2=1.3
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/mbuf/src/sys/netinet6/nd6_nbr.c?r1=1.2&r2=1.3
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/mbuf/src/sys/netinet6/udp6_output.c?r1=1.2&r2=1.3
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/mbuf/src/sys/netinet6/ip6_output.c?r1=1.3&r2=1.4
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/mbuf/src/sys/netinet6/nd6_rtr.c?r1=1.3&r2=1.4
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/mbuf/src/sys/netinet6/route6.c?r1=1.3&r2=1.4
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/mbuf/src/sys/netinet6/frag6.c?r1=1.4&r2=1.5
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/mbuf/src/sys/netinet6/icmp6.c?r1=1.4&r2=1.5
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/mbuf/src/sys/netinet6/in6_gif.c?r1=1.4&r2=1.5
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/mbuf/src/sys/netinet6/ip6_mroute.c?r1=1.4&r2=1.5
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/mbuf/src/sys/netinet6/raw_ip6.c?r1=1.4&r2=1.5
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/mbuf/src/sys/netinet6/ip6_input.c?r1=1.7&r2=1.8

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

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
NetBSD-SoC-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/netbsd-soc-cvs

Reply via email to