Source-Changes archive

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

CVS commit: src/sys/netinet



Module Name:    src
Committed By:   dyoung
Date:           Sun Sep  2 03:12:24 UTC 2007

Modified Files:
        src/sys/netinet: ip_mroute.c ip_output.c raw_ip.c tcp_output.c
            udp_usrreq.c

Log Message:
m_copy() was deprecated, apparently, long ago.  m_copy(...) ->
m_copym(..., M_DONTWAIT).


To generate a diff of this commit:
cvs rdiff -r1.106 -r1.107 src/sys/netinet/ip_mroute.c
cvs rdiff -r1.181 -r1.182 src/sys/netinet/ip_output.c
cvs rdiff -r1.97 -r1.98 src/sys/netinet/raw_ip.c
cvs rdiff -r1.161 -r1.162 src/sys/netinet/tcp_output.c
cvs rdiff -r1.160 -r1.161 src/sys/netinet/udp_usrreq.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