Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: rmind
Date: Thu May 22 22:56:53 UTC 2014
Modified Files:
src/sys/netinet: udp_usrreq.c
src/sys/netinet6: in6_proto.c udp6_usrreq.c udp6_var.h
Log Message:
Move udp6_input(), udp6_sendup(), udp6_realinput() and udp6_input_checksum()
from udp_usrreq.c to udp6_usrreq.c where they belong. No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.197 -r1.198 src/sys/netinet/udp_usrreq.c
cvs rdiff -u -r1.101 -r1.102 src/sys/netinet6/in6_proto.c
cvs rdiff -u -r1.96 -r1.97 src/sys/netinet6/udp6_usrreq.c
cvs rdiff -u -r1.26 -r1.27 src/sys/netinet6/udp6_var.h
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