From: Harlan Stenn Date: Thu, 20 Sep 2001 08:54:45 +0000 (-0400) Subject: Clean up a small portability nit from the MPE port. X-Git-Tag: NTP_4_1_0B_RC1~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4ee4576d7d034a89873db199194f99d4723fbb4;p=thirdparty%2Fntp.git Clean up a small portability nit from the MPE port. bk: 3ba9aed5Gsuso2FLTQu3PV4xv9euSQ --- diff --git a/util/ntp-genkeys.c b/util/ntp-genkeys.c index 26108eaba0..add86f03dd 100644 --- a/util/ntp-genkeys.c +++ b/util/ntp-genkeys.c @@ -19,6 +19,10 @@ #include "ntp_config.h" #include "ntp_cmdargs.h" +#ifndef GETTIMEOFDAY +# define GETTIMEOFDAY gettimeofday +#endif + #include #include #include /* PATH_MAX */