From: Harlan Stenn Date: Sat, 13 May 2000 23:33:37 +0000 (-0000) Subject: ChangeLog, ntp_intres.c: X-Git-Tag: NTP_4_0_99_J~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88450f2b32dc4976486dd2fd8a0c6ac01dc0dd7d;p=thirdparty%2Fntp.git ChangeLog, ntp_intres.c: * ntpd/ntp_intres.c: Compiler noise cleanup bk: 391de651eHPw5UyWNmQBIULeu9qQzA --- diff --git a/ChangeLog b/ChangeLog index 85abd744d..11317920d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2000-05-13 Harlan Stenn + * ntpd/ntp_intres.c: Compiler noise cleanup + * html/ntptime.htm: Document reality check From: Kazu TAKAMUNE diff --git a/ntpd/ntp_intres.c b/ntpd/ntp_intres.c index e0bf0857c..a69d92a90 100644 --- a/ntpd/ntp_intres.c +++ b/ntpd/ntp_intres.c @@ -467,7 +467,7 @@ findhostaddr( if (debug > 2) msyslog(LOG_INFO, "findhostaddr: Resolving <%s>", entry->ce_name); -#endif DEBUG +#endif /* DEBUG */ hp = gethostbyname(entry->ce_name); } else { #ifdef DEBUG