diff options
author | Darren Tucker <dtucker@zip.com.au> | 2013-08-08 12:50:06 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2013-08-08 12:50:06 +1000 |
commit | 9542de4547beebf707f3640082d471f1a85534c9 (patch) | |
tree | 2b47906ef343186e65dde672f0e881884729d577 | |
parent | 94396b7f06f512a0acb230640d7f703fb802a9ee (diff) |
- (dtucker) [misc.c] Remove define added for fallback testing that was
mistakenly included in the previous commit.
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | misc.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -6,6 +6,8 @@ | |||
6 | CLOCK_MONOTONIC...) fails. Some older versions of RHEL have the | 6 | CLOCK_MONOTONIC...) fails. Some older versions of RHEL have the |
7 | CLOCK_MONOTONIC define but don't actually support it. Found and tested | 7 | CLOCK_MONOTONIC define but don't actually support it. Found and tested |
8 | by Kevin Brott, ok djm. | 8 | by Kevin Brott, ok djm. |
9 | - (dtucker) [misc.c] Remove define added for fallback testing that was | ||
10 | mistakenly included in the previous commit. | ||
9 | 11 | ||
10 | 20130804 | 12 | 20130804 |
11 | - (dtucker) [auth-krb5.c configure.ac openbsd-compat/bsd-misc.h] Add support | 13 | - (dtucker) [auth-krb5.c configure.ac openbsd-compat/bsd-misc.h] Add support |
@@ -854,8 +854,6 @@ ms_to_timeval(struct timeval *tv, int ms) | |||
854 | tv->tv_usec = (ms % 1000) * 1000; | 854 | tv->tv_usec = (ms % 1000) * 1000; |
855 | } | 855 | } |
856 | 856 | ||
857 | #define clock_gettime(a,b) -1 | ||
858 | |||
859 | time_t | 857 | time_t |
860 | monotime(void) | 858 | monotime(void) |
861 | { | 859 | { |