Subject: CVS commit: src/sys/net
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 01/12/2008 02:56:31
Module Name:	src
Committed By:	dyoung
Date:		Sat Jan 12 02:56:31 UTC 2008

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

Log Message:
_rtcache_init(): shorten this by getting out immediately if rtalloc1()
    returns NULL.
rtcache_copy(): re-order operations a bit.  KASSERT() that we are
    not copying a route over itself.


To generate a diff of this commit:
cvs rdiff -r1.102 -r1.103 src/sys/net/route.c

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