summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-support/ntp/ntp/ntp-4.2.4_p6-nano.patch20
1 files changed, 15 insertions, 5 deletions
diff --git a/meta-networking/recipes-support/ntp/ntp/ntp-4.2.4_p6-nano.patch b/meta-networking/recipes-support/ntp/ntp/ntp-4.2.4_p6-nano.patch
index cb1e2f734..d45b7e38b 100644
--- a/meta-networking/recipes-support/ntp/ntp/ntp-4.2.4_p6-nano.patch
+++ b/meta-networking/recipes-support/ntp/ntp/ntp-4.2.4_p6-nano.patch
@@ -1,6 +1,16 @@
1--- a/include/ntp_syscall.h.orig 2009-05-19 16:44:55.048156467 -0400 1From 2310898533f059d875dcffd26ab6cf1b280292fd Mon Sep 17 00:00:00 2001
2+++ b/include/ntp_syscall.h 2009-05-19 16:46:19.293323686 -0400 2From: Koen Kooi <koen@dominion.thruhere.net>
3@@ -14,6 +14,14 @@ 3Date: Wed, 12 Jan 2011 21:38:46 +0100
4
5---
6 include/ntp_syscall.h | 8 ++++++++
7 1 file changed, 8 insertions(+)
8
9diff --git a/include/ntp_syscall.h b/include/ntp_syscall.h
10index d1ce03e..9e18432 100644
11--- a/include/ntp_syscall.h
12+++ b/include/ntp_syscall.h
13@@ -10,6 +10,14 @@
4 # include <sys/timex.h> 14 # include <sys/timex.h>
5 #endif 15 #endif
6 16
@@ -13,5 +23,5 @@
13+#endif 23+#endif
14+ 24+
15 #ifndef NTP_SYSCALLS_LIBC 25 #ifndef NTP_SYSCALLS_LIBC
16 #ifdef NTP_SYSCALLS_STD 26 # ifdef NTP_SYSCALLS_STD
17 # define ntp_adjtime(t) syscall(SYS_ntp_adjtime, (t)) 27 # define ntp_adjtime(t) syscall(SYS_ntp_adjtime, (t))