Subject: CVS commit: src/sys/netiso
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 02/17/2007 05:01:48
Module Name:	src
Committed By:	dyoung
Date:		Sat Feb 17 05:01:48 UTC 2007

Modified Files:
	src/sys/netiso: clnp_subr.c

Log Message:
KNF: compare pointers with NULL.  Remove extraneous parentheses
from return statements.

bcopy -> memcpy
bzero -> memset
bcmp -> memcmp


To generate a diff of this commit:
cvs rdiff -r1.24 -r1.25 src/sys/netiso/clnp_subr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.