commit | 04be4fe0c0126f8816d55a7d3a8ff9e6dd27f73f | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Wed Aug 15 12:20:51 2012 +0300 |
committer | Johan Hedberg <johan.hedberg@intel.com> | Wed Aug 15 12:20:51 2012 +0300 |
tree | 453cd117ce8c7ed4f94c8f88141a47addf15bd9b | |
parent | 7040dc92fc1d4fbb1eb05a520e1f2b9853ed48b0 [diff] |
attrib: Use proper types for size variables size_t/ssize_t/off_t/etc are more appropriate for variables denoting some kind of size than simply using int. This patch includes a couple of other related changes to avoid gcc signedness errors resulting from it treating (for whatever reason) const variables and integer literals as signed.