From: Harlan Stenn Date: Thu, 14 Aug 2003 07:02:42 +0000 (-0400) Subject: some little changes X-Git-Tag: NTP_4_2_0~13^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1cca8dbbd9fec3cb1af36733cbfc773aaea9d4e1;p=thirdparty%2Fntp.git some little changes bk: 3f3b3412TwEl3RcwEX1EsDkGFNJkAA --- diff --git a/ntpd/ntp_io.c b/ntpd/ntp_io.c index 8ecc9320d7..efdf46bdf7 100644 --- a/ntpd/ntp_io.c +++ b/ntpd/ntp_io.c @@ -1883,7 +1883,7 @@ findinterface( #endif return ANY_INTERFACE_CHOOSE(addr); - for (i = nwilds; i < ninterfaces; i++) { + for (i = 0; i < ninterfaces; i++) { /* * First look if is the the correct family */ @@ -1909,7 +1909,7 @@ findbcastinter( #if !defined(MPE) && (defined(SIOCGIFCONF) || defined(SYS_WINNT)) register int i; - for (i = nwilds; i < ninterfaces; i++) { + for (i = 0; i < ninterfaces; i++) { /* * First look if this is the correct family */ diff --git a/ntpdc/Makefile.am b/ntpdc/Makefile.am index ff9617f06d..ad4507cf68 100644 --- a/ntpdc/Makefile.am +++ b/ntpdc/Makefile.am @@ -9,6 +9,7 @@ ntpdc_LDADD = version.o ../libntp/libntp.a @READLINE_LIBS@ # ntpdc-layout doesn't need any additional libraries at all ntpdc_layout_LDADD= DISTCLEANFILES = .version version.c +CLEANFILES= check-layout layout.here nl.c noinst_HEADERS = ntpdc.h EXTRA_DIST = nl_in.c nl.pl layout.std ETAGS_ARGS = Makefile.am