]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
README, ntp_proto.c:
authorHarlan Stenn <stenn@ntp.org>
Thu, 11 May 2000 03:25:51 +0000 (03:25 -0000)
committerHarlan Stenn <stenn@ntp.org>
Thu, 11 May 2000 03:25:51 +0000 (03:25 -0000)
  Add bugs@ntp.org to README, Dave cleaned up ntp_proto.c AUTOKEY #endif.

bk: 391a283f999UIgw7zaZh23lLLlTsfQ

README
ntpd/ntp_proto.c

diff --git a/README b/README
index a5916d856a40ea8dd01d6f99375e5e476631ffc7..ce516056b0a28d15a08497ca452fc10a7d727d81 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,7 @@
-The ntp Distribution Base Directory
+
+Send patches and bug reports to <bugs@ntp.org> .
+
+                 The ntp Distribution Base Directory
 
 This directory and its subdirectories contain the Network Time Protocol
 Version 4 (NTP) distribution for Unix and Windows/NT systems.  This release
index 72f79bc4cb6f08a755dcafbaa5af36a3f73bb0f0..c44a10805ce597460049454866a39bd5d42b2888 100644 (file)
@@ -1023,7 +1023,7 @@ clock_update(void)
                report_event(EVNT_SYNCCHG, (struct peer *)0);
 #ifdef AUTOKEY
                expire_all();
-#endif
+#endif /* AUTOKEY */
        }
        if (ostratum != sys_stratum)
                report_event(EVNT_PEERSTCHG, (struct peer *)0);