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: tron
Date: Thu Jun 2 10:54:58 UTC 2005
Modified Files:
src/sys/net: if_gif.c if_stf.c
src/sys/netinet: in_gif.c
src/sys/netinet6: in6_gif.c
Log Message:
Remove type casts and lint directives which are now longer necessary
because the first argument of m_copydata() is "const struct mbuf *" now.
To generate a diff of this commit:
cvs rdiff -r1.52 -r1.53 src/sys/net/if_gif.c
cvs rdiff -r1.46 -r1.47 src/sys/net/if_stf.c
cvs rdiff -r1.42 -r1.43 src/sys/netinet/in_gif.c
cvs rdiff -r1.40 -r1.41 src/sys/netinet6/in6_gif.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