ed 02dcf28b58 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-06-01 06:56:35 +00:00
2012-05-12 15:08:22 +00:00
2012-08-01 00:36:12 +00:00
2012-01-28 13:41:34 +00:00
2012-06-09 10:43:33 +00:00
2012-05-17 11:50:12 +00:00
2012-02-07 14:06:30 +00:00
2012-03-25 09:21:09 +00:00
2012-01-13 06:56:59 +00:00
2012-06-03 07:45:42 +00:00
2012-08-01 09:10:21 +00:00