Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Matthew Jacob <mjacob@netbsd.org>
List: source-changes
Date: 07/20/1999 19:02:28
Module Name:	basesrc
Committed By:	mjacob
Date:		Wed Jul 21 02:02:28 UTC 1999

Modified Files:
	basesrc/usr.sbin/pim6dd: debug.c

Log Message:
Correct prototyping- gettimeofday takes an address of a struct timeval.
localtime needs an address of a time_t. A time_t is not the same as
{struct timeval}.tv_sec.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 basesrc/usr.sbin/pim6dd/debug.c

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