Chromium Code Reviews| Index: runtime/bin/directory_linux.cc |
| diff --git a/runtime/bin/directory_linux.cc b/runtime/bin/directory_linux.cc |
| index d4960ec0a6a3245d7ccbddac2c06e325821568f6..3b9d01684286fc31c79d06561168d19f24364a8f 100644 |
| --- a/runtime/bin/directory_linux.cc |
| +++ b/runtime/bin/directory_linux.cc |
| @@ -69,7 +69,7 @@ void PathBuffer::Reset(int new_length) { |
| // These are scanned to detect loops while doing a recursive directory listing. |
| struct LinkList { |
| dev_t dev; |
| - ino_t ino; |
| + ino64_t ino; |
| LinkList* next; |
| }; |