Subject: CVS commit: src/sys/net
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 03/21/2007 03:18:08
Module Name: src
Committed By: dyoung
Date: Wed Mar 21 03:18:08 UTC 2007
Modified Files:
src/sys/net: if_gre.c
Log Message:
Make all debug messages use GRE_DPRINTF(). Get rid of a redundant
if_ierrors++. Change (type *)0 to NULL. Get rid of unnecessary
casts to void *.
To generate a diff of this commit:
cvs rdiff -r1.89 -r1.90 src/sys/net/if_gre.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.