• 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/android-tools/0003-Fix-build-issue-with-uclibc.patch
Thomas PetazzoniThomas Petazzoni committed 88cbfd1007f23 Nov 2015
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
[PATCH] Fix build issue with uclibc
2
​
3
Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
4
---
5
 core/adbd/adb_auth_client.c | 2 +-
6
 2 files changed, 2 insertions(+), 2 deletions(-)
7
​
8
diff --git a/core/adb/adb_auth_client.c b/core/adb/adb_auth_client.c
9
index 0b4913e..068d837 100644
10
--- a/core/adb/adb_auth_client.c
11
+++ b/core/adb/adb_auth_client.c
12
@@ -72,7 +72,7 @@ static void read_keys(const char *file, struct listnode *list)
13
         if (sep)
14
             *sep = '\0';
15
 
16
-        ret = __b64_pton(buf, (u_char *)&key->key, sizeof(key->key) + 4);
17
+        ret = b64_pton(buf, (u_char *)&key->key, sizeof(key->key) + 4);
18
         if (ret != sizeof(key->key)) {
19
             D("%s: Invalid base64 data ret=%d\n", file, ret);
20
             free(key);
21
diff --git a/core/adbd/adb_auth_client.c b/core/adbd/adb_auth_client.c
22
index 0b4913e..068d837 100644
23
--- a/core/adbd/adb_auth_client.c
24
+++ b/core/adbd/adb_auth_client.c
25
@@ -72,7 +72,7 @@ static void read_keys(const char *file, struct listnode *list)
26
         if (sep)
27
             *sep = '\0';
28
 
29
-        ret = __b64_pton(buf, (u_char *)&key->key, sizeof(key->key) + 4);
30
+        ret = b64_pton(buf, (u_char *)&key->key, sizeof(key->key) + 4);
31
         if (ret != sizeof(key->key)) {
32
             D("%s: Invalid base64 data ret=%d\n", file, ret);
33
             free(key);
34
-- 
35
2.6.1
36
​
  • 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.