K 10 svn:author V 6 jbeich K 8 svn:date V 27 2017-08-22T16:09:28.550643Z K 7 svn:log V 541 devel/android-tools-adb-devel: unbreak on 10.* after r448542 In file included from adb_auth_host.cpp:33: adb/../base/include/android-base/file.h:60:63: error: unknown type name 'off64_t'; did you mean 'off_t'? bool ReadFullyAtOffset(int fd, void* data, size_t byte_count, off64_t offset); ^~~~~~~ off_t /usr/include/stdio.h:53:18: note: 'off_t' declared here typedef __off_t off_t; ^ END