Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/usr.bin/tail



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.




Home | Main Index | Thread Index | Old Index