am 5e26221a: Merge "Fix backwards compatible system property structure"

* commit '5e26221a1da6bc0f11819078e74f1f6e0b76f642':
  Fix backwards compatible system property structure
This commit is contained in:
Greg Hackmann 2013-12-20 14:00:26 -08:00 committed by Android Git Automerger
commit 7089867771

View File

@ -48,6 +48,7 @@ struct prop_area_compat {
unsigned volatile serial;
unsigned magic;
unsigned version;
unsigned reserved[4];
unsigned toc[1];
};