- (dtucker) [misc.c] Remove define added for fallback testing that was

mistakenly included in the previous commit.
This commit is contained in:
Darren Tucker 2013-08-08 12:50:06 +10:00
parent 94396b7f06
commit 9542de4547
2 changed files with 2 additions and 2 deletions

View File

@ -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

2
misc.c
View File

@ -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)
{