am aa80f1a3: am c9a60b0f: Merge "Don\'t confuse stat and stat64."

* commit 'aa80f1a3caf6271f1c48a779e260811f2802a9f0':
  Don't confuse stat and stat64.
This commit is contained in:
Elliott Hughes
2014-01-17 18:38:17 -08:00
committed by Android Git Automerger

View File

@@ -202,7 +202,7 @@ copyFileIfChanged(JNIEnv *env, void* arg, ZipFileRO* zipFile, ZipEntryRO zipEntr
}
// Only copy out the native file if it's different.
struct stat st;
struct stat64 st;
if (!isFileDifferent(localFileName, uncompLen, modTime, crc, &st)) {
return INSTALL_SUCCEEDED;
}