* 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
+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
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
#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
/* 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 */