Subject: CVS commit: src/usr.bin/tail
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 03/10/2003 10:04:17
Module Name:	src
Committed By:	lukem
Date:		Mon Mar 10 08:04:17 UTC 2003

Modified Files:
	src/usr.bin/tail: forward.c

Log Message:
Use sleep(1) instead of usleep(1000000) to sleep for a second, since
usleep() doesn't support an argument >= 1000000.
Problem noted & fix provided in [bin/20644] from Dave Huang.


To generate a diff of this commit:
cvs rdiff -r1.23 -r1.24 src/usr.bin/tail/forward.c

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