Subject: CVS commit: src/sys/netinet
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 07/28/2006 16:30:55
Module Name: src
Committed By: dyoung
Date: Fri Jul 28 16:30:55 UTC 2006
Modified Files:
src/sys/netinet: in_gif.c
Log Message:
Where mbuf data may be read-only/shared, use mtod(m, const ...).
Annotate a comparison and m_pullup() that seem unnecessary.
To generate a diff of this commit:
cvs rdiff -r1.47 -r1.48 src/sys/netinet/in_gif.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.