diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2016-09-29 03:44:05 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2016-09-29 03:44:05 +0000 |
commit | e78331a9633a7ed466ae2d0bd2c29828eb112eae (patch) | |
tree | b96ac17f4ec6a977031d1dcf40e70ad8aecbcbd2 /devel/android-tools-fastboot/files/patch-base_file.cpp | |
parent | games/aquaria: update to 1.002.22 (diff) |
devel/android-tools-{adb,fastboot}-devel: update to n.p.5.3582
Changes: https://android.googlesource.com/platform/system/core/+log/2f21b7cecda2..dfd30c4a169e/adb
Changes: https://android.googlesource.com/platform/system/core/+log/2f21b7cecda2..dfd30c4a169e/fastboot
Diffstat (limited to 'devel/android-tools-fastboot/files/patch-base_file.cpp')
-rw-r--r-- | devel/android-tools-fastboot/files/patch-base_file.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/android-tools-fastboot/files/patch-base_file.cpp b/devel/android-tools-fastboot/files/patch-base_file.cpp deleted file mode 100644 index 754b02594d0c..000000000000 --- a/devel/android-tools-fastboot/files/patch-base_file.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- base/file.cpp.orig 2016-08-08 21:10:17 UTC -+++ base/file.cpp -@@ -21,6 +21,8 @@ - #include <sys/stat.h> - #include <sys/types.h> - -+#include <cstdio> // BUFSIZ -+#include <cstring> // strerror - #include <string> - - #include "android-base/macros.h" // For TEMP_FAILURE_RETRY on Darwin. |