diff --git a/ChangeLog b/ChangeLog index 2813200a9..40e1812dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,8 @@ CLOCK_MONOTONIC...) fails. Some older versions of RHEL have the CLOCK_MONOTONIC define but don't actually support it. Found and tested by Kevin Brott, ok djm. + - (dtucker) [misc.c] Remove define added for fallback testing that was + mistakenly included in the previous commit. 20130804 - (dtucker) [auth-krb5.c configure.ac openbsd-compat/bsd-misc.h] Add support diff --git a/misc.c b/misc.c index 85c404218..c3c809943 100644 --- a/misc.c +++ b/misc.c @@ -854,8 +854,6 @@ ms_to_timeval(struct timeval *tv, int ms) tv->tv_usec = (ms % 1000) * 1000; } -#define clock_gettime(a,b) -1 - time_t monotime(void) {