Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 06/02/2005 10:54:58
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.