]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
ChangeLog, configure, configure.in, ntp_loopfilter.c:
authorHarlan Stenn <stenn@ntp.org>
Wed, 23 Jun 1999 03:37:27 +0000 (03:37 -0000)
committerHarlan Stenn <stenn@ntp.org>
Wed, 23 Jun 1999 03:37:27 +0000 (03:37 -0000)
  * configure.in: Fix typo with DECL_H_ERRNO test
  * ntpd/ntp_loopfilter.c: Lose syscall decl, it's handled in
  l_stdlib.h now.

bk: 37705677gVeUlMiY1c90mjX30FslXA

ChangeLog
configure
configure.in
ntpd/ntp_loopfilter.c

index 0dad9e72f7af6ed4fc1662d60fbfa21f853b9898..d920462b86d1a5cb6d889062c857aa8210ff8222 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+1999-06-22  Harlan Stenn  <stenn@whimsy.udel.edu>
+
+       * configure.in: Fix typo with DECL_H_ERRNO test
+
+       * ntpd/ntp_loopfilter.c: Lose syscall decl, it's handled in
+       l_stdlib.h now.
+
 Mon May 31 18:49:49 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
 
        * ntpd/ntp_proto.c (proto_config): Don't set sys_bclient on
index 6bc06023a8570b627e2ee56639d5933b99397104..30f997417ff1d5cb4f9bc51d40c57b8247f075f5 100755 (executable)
--- a/configure
+++ b/configure
@@ -6033,7 +6033,7 @@ rm -f conftest*
 fi
 
 echo "$ac_t""$ac_cv_decl_h_errno" 1>&6
-case "$ac_cv_decl_errno" in
+case "$ac_cv_decl_h_errno" in
  yes) cat >> confdefs.h <<\EOF
 #define DECL_H_ERRNO 1
 EOF
index ec157a9473b022519f268018f6241e0d2f24870d..396dd79d26b0ec766f8efe54806934bd37ce1846 100644 (file)
@@ -666,7 +666,7 @@ AC_CACHE_CHECK(if we may declare 'h_errno', ac_cv_decl_h_errno,
 #endif],
   [extern int h_errno;],
   ac_cv_decl_h_errno=yes, ac_cv_decl_h_errno=no)])
-case "$ac_cv_decl_errno" in
+case "$ac_cv_decl_h_errno" in
  yes) AC_DEFINE(DECL_H_ERRNO) ;;
 esac
 
index 286a6aec08a0be54826fd0c39151a3e23e7283b7..fc0701384a8b7c849030d3419e6dec9be173e892 100644 (file)
@@ -168,11 +168,6 @@ extern u_long current_time;        /* like it says, in seconds */
 /* Emacs cc-mode goes nuts if we split the next line... */
 #define MOD_BITS (MOD_OFFSET | MOD_MAXERROR | MOD_ESTERROR | \
     MOD_STATUS | MOD_TIMECONST)
-#ifdef NTP_SYSCALLS_STD
-#ifdef DECL_SYSCALL
-extern int syscall     P((int, void *, ...));
-#endif /* DECL_SYSCALL */
-#endif /* NTP_SYSCALLS_STD */
 void pll_trap          P((int));
 #ifdef SIGSYS
 static struct sigaction sigsys;        /* current sigaction status */