Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 270483
Collapse All | Expand All

(-)include/ntp_syscall.h.orig (+8 lines)
Lines 14-19 Link Here
14
# include <sys/timex.h>
14
# include <sys/timex.h>
15
#endif
15
#endif
16
16
17
#if defined(ADJ_NANO) && !defined(MOD_NANO)
18
#define MOD_NANO ADJ_NANO
19
#endif
20
21
#if defined(ADJ_TAI) && !defined(MOD_TAI)
22
#define MOD_TAI ADJ_TAI
23
#endif
24
17
#ifndef NTP_SYSCALLS_LIBC
25
#ifndef NTP_SYSCALLS_LIBC
18
#ifdef NTP_SYSCALLS_STD
26
#ifdef NTP_SYSCALLS_STD
19
# define ntp_adjtime(t)		syscall(SYS_ntp_adjtime, (t))
27
# define ntp_adjtime(t)		syscall(SYS_ntp_adjtime, (t))

Return to bug 270483