diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2018-08-15 18:11:09 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2018-08-15 18:11:09 +0000 |
commit | 80f6a072af0b70226ee6c6521b88bd1ccd158cd3 (patch) | |
tree | 2873b8f96bb848ebe48f24119879a08c4c5a12c8 /devel/android-tools-fastboot | |
parent | devel/android-tools-adb: adjust for USB dispatch on Windows after r477245 (diff) |
devel/android-tools-fastboot: drop unused file after r448522
Notes
Notes:
svn path=/head/; revision=477247
Diffstat (limited to 'devel/android-tools-fastboot')
-rw-r--r-- | devel/android-tools-fastboot/files/extra-patch-base_file.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/android-tools-fastboot/files/extra-patch-base_file.cpp b/devel/android-tools-fastboot/files/extra-patch-base_file.cpp deleted file mode 100644 index 754b02594d0c..000000000000 --- a/devel/android-tools-fastboot/files/extra-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. |