• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/ntp/0002-ntp-syscalls-fallback.patch
James KnightJames Knight committed 1c6629444da15 Oct 2015
Raw file
Source viewDiff to previous
 
1
inline ntp syscalls fallback
2
​
3
Reference:
4
 https://bugs.ntp.org/show_bug.cgi?id=769
5
​
6
Signed-off-by: James Knight <james.knight@rockwellcollins.com>
7
---
8
 configure.ac | 4 ++--
9
 1 file changed, 2 insertions(+), 2 deletions(-)
10
​
11
diff --git a/configure.ac b/configure.ac
12
--- a/configure.ac
13
+++ b/configure.ac
14
@@ -1523,11 +1523,11 @@ AC_CACHE_CHECK(
15
     [ntp_cv_var_ntp_syscalls],
16
     [
17
    ntp_cv_var_ntp_syscalls=no
18
-   case "$ac_cv_func_ntp_adjtime$ac_cv_func_ntp_gettime$ac_cv_func___adjtimex" in
19
+   case "$ac_cv_func_ntp_adjtime$ac_cv_func_ntp_gettime$ac_cv_func___adjtimex$ac_cv_func_adjtimex" in
20
     yesyes*)
21
        ntp_cv_var_ntp_syscalls=libc
22
        ;;
23
-    *yes)
24
+    *yesyes | *yesno | *noyes)
25
        ntp_cv_var_ntp_syscalls=inline
26
        ;;
27
     *)
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.