]> git.pld-linux.org Git - packages/ntp.git/blob - ntp-nano.patch
ntpd requires libgcc_s.so.1
[packages/ntp.git] / ntp-nano.patch
1 --- ntp-4.2.4p7/include/ntp_syscall.h
2 +++ ntp-4.2.4p7/include/ntp_syscall.h
3 @@ -14,5 +14,13 @@
4  # include <sys/timex.h>
5  #endif
6  
7 +#if defined(ADJ_NANO) && !defined(MOD_NANO)
8 +#define MOD_NANO ADJ_NANO
9 +#endif
10 +
11 +#if defined(ADJ_TAI) && !defined(MOD_TAI)
12 +#define MOD_TAI ADJ_TAI
13 +#endif
14 +
15  #ifndef NTP_SYSCALLS_LIBC
16  #ifdef NTP_SYSCALLS_STD
This page took 0.025102 seconds and 3 git commands to generate.