Narayan Kamath 37e9570bce Fix 64-bit build.
A warning about signed vs unsigned comparison was converted
into an error here :

 ...
 struct stat st;
 if (st.st_size > sizeof(prop_area) {
 ...

st_size is either an off64_t, which is a signed type. It's
worth investigating why this didn't trigger a warning on 32 bit,
where it's signed as well.

Change-Id: Ib2622bd5c444ddcfa7fb2141f00332cbb4a0818b
2014-02-24 11:05:02 +00:00
..
2014-02-20 13:51:26 -08:00
2014-02-20 13:51:26 -08:00
2014-02-20 13:51:26 -08:00
2014-02-20 13:51:26 -08:00
2014-02-24 11:05:02 +00:00
2014-02-11 22:16:04 -08:00
2014-02-20 13:51:26 -08:00
2014-02-21 14:30:18 -08:00
2014-02-21 14:30:18 -08:00
2014-02-21 14:30:18 -08:00
2014-02-21 14:30:18 -08:00
2013-12-20 11:26:19 -08:00
2014-02-24 10:45:35 +00:00
2014-01-07 13:46:11 -08:00