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-08-31 22:37:08 +00:00
2012-08-16 20:54:52 +00:00
2012-06-03 11:29:48 +00:00
2012-07-14 06:17:17 +00:00
2011-11-06 16:40:17 +00:00
2012-05-22 16:33:10 +00:00
2012-06-27 04:39:30 +00:00
2012-07-13 21:27:18 +00:00
2012-03-26 21:22:53 +00:00
2012-03-26 15:18:14 +00:00
2012-05-22 16:33:10 +00:00
2011-12-30 10:58:14 +00:00
2012-09-01 10:56:15 +00:00
2012-08-31 16:57:16 +00:00
2012-06-20 17:20:25 +00:00
2010-12-20 08:54:30 +00:00
2012-03-25 09:18:34 +00:00
2012-03-25 09:18:34 +00:00
2012-05-18 14:12:17 +00:00
2012-05-17 11:50:12 +00:00
2012-06-03 11:29:48 +00:00
2012-05-12 03:25:46 +00:00
2010-12-20 09:36:54 +00:00
2012-07-04 10:17:02 +00:00
2012-05-12 15:08:22 +00:00
2012-05-23 06:49:50 +00:00
2012-07-09 15:44:35 +00:00
2011-12-30 10:58:14 +00:00
2012-05-23 06:49:50 +00:00
2011-12-30 10:58:14 +00:00
2011-08-06 09:11:30 +00:00
2012-06-03 11:29:48 +00:00
2012-06-03 11:29:48 +00:00
2012-05-17 05:11:57 +00:00
2012-03-10 14:38:34 +00:00
2012-03-26 21:22:53 +00:00
2012-07-18 23:32:12 +00:00