Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(89)

Unified Diff: src/common/android/include/sys/procfs.h

Issue 1418453011: [mips64] Support for mips n64 (Closed) Base URL: https://chromium.googlesource.com/breakpad/breakpad.git@master
Patch Set: Fix accidentally removed lines from Makefile.am Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/client/linux/minidump_writer/minidump_writer.cc ('k') | src/google_breakpad/common/minidump_cpu_mips.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/common/android/include/sys/procfs.h
diff --git a/src/common/android/include/sys/procfs.h b/src/common/android/include/sys/procfs.h
index 27223ea34a9a3053fc2b5ae423d284eeb52fdc6b..185124364e6c9d41d7951fa4242288b4f3fb1e8b 100644
--- a/src/common/android/include/sys/procfs.h
+++ b/src/common/android/include/sys/procfs.h
@@ -101,8 +101,8 @@ struct elf_prpsinfo {
unsigned int pr_uid;
unsigned int pr_gid;
#elif defined(__mips__)
- unsigned long pr_uid;
- unsigned long pr_gid;
+ __kernel_uid_t pr_uid;
+ __kernel_gid_t pr_gid;
#else
unsigned short pr_uid;
unsigned short pr_gid;
« no previous file with comments | « src/client/linux/minidump_writer/minidump_writer.cc ('k') | src/google_breakpad/common/minidump_cpu_mips.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698