Ed Schouten 902d9eafbf Rework all non-contributed files that use `struct timezone'.
This structure is not part of POSIX. According to POSIX, gettimeofday()
has the following prototype:

	int gettimeofday(struct timeval *restrict tp, void *restrict tzp);

Also, POSIX states that gettimeofday() shall return 0 (as long as tzp is
not used). Remove dead error handling code. Also use NULL for a
nul-pointer instead of integer 0.

While there, change all pieces of code that only use tv_sec to use
time(3), as this provides less overhead.
2012-09-01 14:45:15 +00:00
..
2012-08-15 03:09:00 +00:00
2012-05-08 18:56:21 +00:00
2012-08-21 13:33:48 +00:00
2012-05-12 07:52:45 +00:00
2012-03-28 19:20:28 +00:00
2012-07-30 21:02:44 +00:00
2012-03-06 03:30:09 +00:00
2012-05-13 14:16:04 +00:00
2012-08-21 16:35:14 +00:00