commit | 56b37345d99f2cd85720f6b1aa1934fa3bfe29a6 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Thu Apr 30 15:12:21 2015 -0700 |
committer | Colin Cross <ccross@android.com> | Thu Apr 30 16:58:26 2015 -0700 |
tree | 74a2f528a41b65d73a201e2f3035f43d96c236ad | |
parent | 5b439eaf938aa27b7db04225694be7d2a25af477 [diff] |
Fix comparison between signed and unsigned error on darwin mode_t is a uint16_t on darwin, which causes sb.st_mode & ~S_IFMT to produce an int when the uint16_t is promoted for the operator. Cast to unsigned int before comparing against 0660U. Change-Id: Ib1439c08d9e2b297eeeba701891508d269c19a3d