Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Chris G. Demetriou <cgd@netbsd.org>
List: source-changes
Date: 01/23/2001 04:48:08
Module Name:	basesrc
Committed By:	cgd
Date:		Tue Jan 23 02:48:07 UTC 2001

Modified Files:
	basesrc/usr.bin/make: trace.c

Log Message:
<sys/time.h>, rather than <time.h>.  The former is actually the documented
way to get gettimeofday(), etc.  On some systems on which you might want
to host make (e.g. solaris), <time.h> won't get you a struct timeval
definition.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 basesrc/usr.bin/make/trace.c

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