]> git.pld-linux.org Git - packages/ntp.git/blob - ntp-time.patch
- without_avahi bcond and BR: avahi-compat-libdns_sd-devel
[packages/ntp.git] / ntp-time.patch
1 --- ./libntp/machines.c Mon Nov  8 04:29:32 1999
2 +++ ./libntp/machines.c.sz      Sun Apr  1 14:08:28 2001
3 @@ -4,6 +4,8 @@
4   *
5   */
6  
7 +#include <time.h>
8 +
9  #ifdef HAVE_CONFIG_H
10  #include "config.h"
11  #endif
12 --- ./ntpd/ntp_timer.c  Tue Jul  4 20:45:35 2000
13 +++ ./ntpd/ntp_timer.c.sz       Sun Apr  1 14:10:28 2001
14 @@ -1,6 +1,8 @@
15  /*
16   * ntp_timer.c - event timer support routines
17   */
18 +#include <time.h>
19 +
20  #ifdef HAVE_CONFIG_H
21  # include <config.h>
22  #endif
23 --- ./ntpdate/ntpdate.c Wed May  3 07:25:26 2000
24 +++ ./ntpdate/ntpdate.c.sz      Sun Apr  1 14:10:47 2001
25 @@ -2,6 +2,8 @@
26   * ntpdate - set the time of day by polling one or more NTP servers
27   */
28  
29 +#include <time.h>
30 +
31  #ifdef HAVE_CONFIG_H
32  # include <config.h>
33  #endif
34 --- ./ntpdate/ntptimeset.c      Sun May 14 02:53:57 2000
35 +++ ./ntpdate/ntptimeset.c.sz   Sun Apr  1 14:11:39 2001
36 @@ -117,6 +117,8 @@
37   *
38   */
39  
40 +#include <time.h>
41 +
42  #ifdef HAVE_CONFIG_H
43  # include <config.h>
44  #endif
This page took 0.06095 seconds and 3 git commands to generate.