]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
ChangeLog, ntpd.h:
authorHarlan Stenn <stenn@ntp.org>
Wed, 3 Nov 1999 02:04:31 +0000 (02:04 -0000)
committerHarlan Stenn <stenn@ntp.org>
Wed, 3 Nov 1999 02:04:31 +0000 (02:04 -0000)
  * include/ntpd.h: #include "ntp_select.h" reorder

bk: 381f982fgXmXflJcZLls_zRHY70-YA

ChangeLog
include/ntpd.h

index 34de54ac5453ff663db619cab4540f23fa467eef..6f05579a98085ca35d33211048af560992dee1d6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,7 +7,7 @@
        * libntp/iosignal.c: Lose #include "ntp_select.h"
        * include/ntpd.h: #include "ntp_select.h" for declaration of activefds
        Reported by: Christian Krackowizer <kra1@technodat.co.at> 
-       
+
 1999-11-01  Harlan Stenn  <stenn@whimsy.udel.edu>
 
        * configure.in: 4.0.98c
index d1789aa8b01b322d029f52d63e86791bd815bce9..1a83d6eb0a6c00478519c80604fba60e7fa6f47c 100644 (file)
@@ -3,9 +3,9 @@
  */
 
 #include "ntp_syslog.h"
-#include "ntp_select.h"
 #include "ntp_fp.h"
 #include "ntp.h"
+#include "ntp_select.h"
 #include "ntp_malloc.h"
 #include "ntp_refclock.h"
 #include "recvbuff.h"