]> git.pld-linux.org Git - packages/ntp.git/blame - ntp-nano.patch
ntpd requires libgcc_s.so.1
[packages/ntp.git] / ntp-nano.patch
CommitLineData
07eeac47 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.117777 seconds and 4 git commands to generate.