]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
ChangeLog, configure, configure.in:
authorHarlan Stenn <stenn@ntp.org>
Tue, 20 Jul 1999 08:28:18 +0000 (08:28 -0000)
committerHarlan Stenn <stenn@ntp.org>
Tue, 20 Jul 1999 08:28:18 +0000 (08:28 -0000)
  * configure.in (ac_cv_var_struct_ntptime_val_timespec): Typo.
  From: John Hay <jhay@mikom.csir.co.za>

bk: 37943322JKwp0Uj-CHsOEZMMti0X8g

ChangeLog
configure
configure.in

index 229d3bc0cd8e966a671795e15dbc15797c624fb3..d8a7e03314a66d521d9146f4464b24ae8fdd7585 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1999-07-20  Harlan Stenn  <stenn@whimsy.udel.edu>
+
+       * configure.in (ac_cv_var_struct_ntptime_val_timespec): Typo.
+       From: John Hay <jhay@mikom.csir.co.za>
+
 1999-07-19  Harlan Stenn  <stenn@whimsy.udel.edu>
 
        * Makefile.am (EXTRA_DIST): Lose ntpmak; "build" does a better job.
index 7656055e23d42a5757bfb67cd4b2f53bc88b21dc..1b5478deb37b1010ee780e44cc5349cf46761faf 100755 (executable)
--- a/configure
+++ b/configure
@@ -7101,7 +7101,7 @@ else
 #include <sys/time.h>
 #include <sys/timex.h>
 int main() {
-struct nntptimeval n; n.time.tv_nsec = 0;
+struct ntptimeval n; n.time.tv_nsec = 0;
 ; return 0; }
 EOF
 if { (eval echo configure:7108: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
index 24d498d90cc8032ac6b2765f0dd27524d7bcd8a1..1573f2637babcc93f99959941509727a22ab3972 100644 (file)
@@ -1225,7 +1225,7 @@ AC_CACHE_CHECK(if sys/timex.h has STA_FLL, ac_cv_var_sta_fll,
 AC_CACHE_CHECK([for struct timespec in struct ntptimeval], ac_cv_struct_ntptimeval_timespec,
 [AC_TRY_COMPILE([#include <sys/time.h>
 #include <sys/timex.h>],
-[struct nntptimeval n; n.time.tv_nsec = 0;],
+[struct ntptimeval n; n.time.tv_nsec = 0;],
 ac_cv_struct_ntptimeval_timespec=yes, ac_cv_struct_ntptimeval_timespec=no)])
 if test $ac_cv_struct_ntptimeval_timespec = yes; then
   AC_DEFINE(TIMESPEC_IN_NTPTIMEVAL, 1, [Does ntptimeval use struct timespec?])