]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
bk: 3abefd0aak_2P3q7Rozx7KB0J5-YBg
authorHarlan Stenn <stenn@ntp.org>
Mon, 26 Mar 2001 08:25:46 +0000 (08:25 -0000)
committerHarlan Stenn <stenn@ntp.org>
Mon, 26 Mar 2001 08:25:46 +0000 (08:25 -0000)
ntpdc/ntpdc.c
ntpdc/ntpdc_ops.c

index d5a24a4c57cbd8ffa593d0c708f5d1053f34c83c..51543ece3b3359c8f8ce84165befd6600dfc8e0c 100644 (file)
@@ -2,12 +2,13 @@
  * ntpdc - control and monitor your ntpd daemon
  */
 
+#include <stdio.h>
+
 #include "ntpdc.h"
 #include "ntp_select.h"
 #include "ntp_io.h"
 #include "ntp_stdlib.h"
 
-#include <stdio.h>
 #include <ctype.h>
 #include <signal.h>
 #include <setjmp.h>
index 10c1e7896447d98ea547a906c13e8de77a6ce50c..56002c9cef2d90e6fd048948a8a6c657bc40024b 100644 (file)
@@ -6,12 +6,13 @@
 # include <config.h>
 #endif
 
+#include <stdio.h>
+
 #include "ntpdc.h"
 #include "ntp_control.h"
 #include "ntp_refclock.h"
 #include "ntp_stdlib.h"
 
-#include <stdio.h>
 #include <ctype.h>
 #ifdef HAVE_SYS_TIMEX_H
 # include <sys/timex.h>