Subject: CVS commit: src/sys/net
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 05/06/2007 06:21:26
Module Name:	src
Committed By:	dyoung
Date:		Sun May  6 06:21:26 UTC 2007

Modified Files:
	src/sys/net: raw_usrreq.c

Log Message:
Cosmetic: make the macro 'equal' into an inline subroutine, bcmp
-> memcmp, bcopy -> memcpy, 0 -> NULL, shorten staircases, remove
needless cast to int.


To generate a diff of this commit:
cvs rdiff -r1.32 -r1.33 src/sys/net/raw_usrreq.c

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