]> git.pld-linux.org Git - packages/ntp.git/blob - ntp-build.patch
move update-leap to tools (perl dependency)
[packages/ntp.git] / ntp-build.patch
1 --- ntp-4.2.8/sntp/sntp-opts.h~ 2014-12-19 17:52:37.000000000 +0100
2 +++ ntp-4.2.8/sntp/sntp-opts.h  2014-12-19 17:52:53.564675157 +0100
3 @@ -35,6 +35,12 @@
4   *  representations about the suitability this software for any purpose. It
5   *  is provided "as is" without express or implied warranty.
6   */
7 +
8 +
9 +
10 +#include <sysexits.h>
11 +
12 +
13  /**
14   *  This file contains the programmatic interface to the Automated
15   *  Options generated for the sntp program.
16 --- ntp-4.2.8/sntp/main.c~      2014-12-19 12:56:54.000000000 +0100
17 +++ ntp-4.2.8/sntp/main.c       2014-12-19 17:55:10.928020260 +0100
18 @@ -1,5 +1,10 @@
19  #include <config.h>
20  
21 +
22 +
23 +#include <sysexits.h>
24 +
25 +
26  #include <event2/util.h>
27  #include <event2/event.h>
28  
This page took 0.027005 seconds and 3 git commands to generate.