Subject: CVS commit: src/sys/net
To: None <source-changes@NetBSD.org>
From: Juan Romero Pardines <xtraeme@netbsd.org>
List: source-changes
Date: 04/22/2007 13:05:21
Module Name:	src
Committed By:	xtraeme
Date:		Sun Apr 22 13:05:21 UTC 2007

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

Log Message:
rtcache_clear is defined as static void in route.c, but it's used
in netinet/in_route.c. Move the prototype into route.h to fix
the build.


To generate a diff of this commit:
cvs rdiff -r1.88 -r1.89 src/sys/net/route.c
cvs rdiff -r1.52 -r1.53 src/sys/net/route.h

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