summaryrefslogtreecommitdiff
blob: 48815334315b0d950facfcf04a3fe2539b52776f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- ntp-4.1.1b/include/ntp_syscall.h	2003-01-06 18:51:39.000000000 +0100
+++ ntp-4.1.1b-alpha/include/ntp_syscall.h	2003-01-06 18:54:57.000000000 +0100
@@ -14,7 +14,6 @@
 # include <sys/timex.h>
 #endif
 
-#ifndef NTP_SYSCALLS_LIBC
 #ifdef NTP_SYSCALLS_STD
 # define ntp_adjtime(t)		syscall(SYS_ntp_adjtime, (t))
 # define ntp_gettime(t)		syscall(SYS_ntp_gettime, (t))
@@ -50,6 +49,5 @@
 #  endif
 # endif /* !HAVE_ADJTIMEX */
 #endif /* !NTP_SYSCALLS_STD */
-#endif /* !NTP_SYSCALLS_LIBC */
 
 #endif /* NTP_SYSCALL_H */