Subject: CVS commit: src/sys/net
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 12/04/2006 01:45:50
Module Name:	src
Committed By:	dyoung
Date:		Mon Dec  4 01:45:50 UTC 2006

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

Log Message:
Extract subroutines rn_walkfirst() and rn_walknext() from rn_walktree().
No functional change intended.

Add some new diagnostic code, bracketed by #ifdef RN_DEBUG, that
uses the two new subroutines to walk and print a tree.

XXX The format of the diagnostic print-outs needs improvement.


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

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