]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Clean up a small portability nit from the MPE port.
authorHarlan Stenn <stenn@ntp.org>
Thu, 20 Sep 2001 08:54:45 +0000 (04:54 -0400)
committerHarlan Stenn <stenn@ntp.org>
Thu, 20 Sep 2001 08:54:45 +0000 (04:54 -0400)
bk: 3ba9aed5Gsuso2FLTQu3PV4xv9euSQ

util/ntp-genkeys.c

index 26108eaba0df09b5f3ae6362c3ae0d2696e01eb8..add86f03ddd666c9d8117fd556e8be800b16842e 100644 (file)
 #include "ntp_config.h"
 #include "ntp_cmdargs.h"
 
+#ifndef GETTIMEOFDAY
+# define GETTIMEOFDAY gettimeofday
+#endif
+
 #include <stdio.h>
 #include <unistd.h>
 #include <limits.h>            /* PATH_MAX */