Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 12/27/1998 10:27:49
Module Name:	src
Committed By:	thorpej
Date:		Sun Dec 27 18:27:48 UTC 1998

Modified Files:
	src/sys/net: route.c route.h
Log Message:
Simplify the rttimer code somewhat; use TAILQs instead of CIRCLEQs (we
didn't really need to traverse the queues backwards anyhow), and other
minor code simplification.