]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
ntp: rebase nano patch to apply cleanly
authorDanomi Manchego <danomimanchego123@gmail.com>
Wed, 11 Feb 2015 14:00:10 +0000 (09:00 -0500)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 12 Feb 2015 07:50:32 +0000 (08:50 +0100)
Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/ntp/0001-nano.patch

index d16046cb03440f4029ea2acaf2fcadf1bd81f267..bce34782619dcfe521ba21e860de8b22cff5c4c8 100644 (file)
@@ -3,10 +3,15 @@ http://bugs.gentoo.org/show_bug.cgi?id=270483
 
 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
 
-diff -Nura ntp-4.2.6p2.orig/include/ntp_syscall.h ntp-4.2.6p2/include/ntp_syscall.h
---- ntp-4.2.6p2.orig/include/ntp_syscall.h     2009-12-09 04:36:37.000000000 -0300
-+++ ntp-4.2.6p2/include/ntp_syscall.h  2011-01-27 13:09:05.072336628 -0300
-@@ -14,6 +14,14 @@
+Rebase to apply cleanly.
+
+Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com>
+
+
+diff -purN a/include/ntp_syscall.h b/include/ntp_syscall.h
+--- a/include/ntp_syscall.h    2015-02-11 08:42:37.794576469 -0500
++++ b/include/ntp_syscall.h    2015-02-11 08:43:03.216957279 -0500
+@@ -10,6 +10,14 @@
  # include <sys/timex.h>
  #endif
  
@@ -19,5 +24,5 @@ diff -Nura ntp-4.2.6p2.orig/include/ntp_syscall.h ntp-4.2.6p2/include/ntp_syscal
 +#endif
 +
  #ifndef NTP_SYSCALLS_LIBC
- #ifdef NTP_SYSCALLS_STD
- # define ntp_adjtime(t)               syscall(SYS_ntp_adjtime, (t))
+ # ifdef NTP_SYSCALLS_STD
+ #  define ntp_adjtime(t)      syscall(SYS_ntp_adjtime, (t))