blob: 669a4f1a7630fae0347e726f8a84eba1ea414872 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
--- ntpd/ntp_config.c.orig 2003-10-17 23:47:28.624463400 -0400
+++ ntpd/ntp_config.c 2003-10-17 23:47:36.409279928 -0400
@@ -9,15 +9,6 @@
# include <netinfo/ni.h>
#endif
-#include "ntpd.h"
-#include "ntp_io.h"
-#include "ntp_unixtime.h"
-#include "ntp_refclock.h"
-#include "ntp_filegen.h"
-#include "ntp_stdlib.h"
-#include "ntp_config.h"
-#include "ntp_cmdargs.h"
-
#include <stdio.h>
#include <ctype.h>
#ifdef HAVE_SYS_PARAM_H
@@ -40,6 +31,15 @@
#include <netdb.h>
+#include "ntpd.h"
+#include "ntp_io.h"
+#include "ntp_unixtime.h"
+#include "ntp_refclock.h"
+#include "ntp_filegen.h"
+#include "ntp_stdlib.h"
+#include "ntp_config.h"
+#include "ntp_cmdargs.h"
+
extern int priority_done;
/*
|