diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2016-08-24 12:41:31 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2016-08-24 12:41:31 +0000 |
commit | e7c25f9f246f34ea68ba6c4155b9fd7884162dc8 (patch) | |
tree | a2b168f33c9c1286567be477e7ce0bfcc28f0fb8 /devel/android-tools-fastboot/files/patch-base_errors__unix.cpp | |
parent | - Update to 0.4.0 (diff) |
devel/android-tools-{adb,fastboot}: update to 7.0.0.r1 (nougat)
Changes: https://android.googlesource.com/platform/system/core/+log/android-6.0.1_r24..android-7.0.0_r1/adb
Changes: https://android.googlesource.com/platform/system/core/+log/android-6.0.0_r26..android-7.0.0_r1/fastboot
Diffstat (limited to 'devel/android-tools-fastboot/files/patch-base_errors__unix.cpp')
-rw-r--r-- | devel/android-tools-fastboot/files/patch-base_errors__unix.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/android-tools-fastboot/files/patch-base_errors__unix.cpp b/devel/android-tools-fastboot/files/patch-base_errors__unix.cpp new file mode 100644 index 000000000000..f9ccad0a59b5 --- /dev/null +++ b/devel/android-tools-fastboot/files/patch-base_errors__unix.cpp @@ -0,0 +1,11 @@ +--- base/errors_unix.cpp.orig 2016-02-20 02:39:51 UTC ++++ base/errors_unix.cpp +@@ -16,7 +16,7 @@ + + #include "android-base/errors.h" + +-#include <errno.h> ++#include <string.h> + + namespace android { + namespace base { |