commit | d7e00081274cddcf62296baa76b221850367cea9 | [log] [tgz] |
---|---|---|
author | Veerendranath Jakkam <vjakkam@codeaurora.org> | Wed Apr 25 19:46:01 2018 +0530 |
committer | Jouni Malinen <jouni@codeaurora.org> | Thu Apr 26 23:24:24 2018 +0300 |
tree | 58fe8ea78d46d340b6c56ac8deaeaead1cc84f3a | |
parent | 2fa651becb6ceab7abaaeb3790074ec73635bcd0 [diff] |
Android: Replace AID_* macros with getgrnam() and getpwnam() Android restricts access to private/android_filesystem_config.h. Thus remove this explicit access and replace the AID_* macros with getgrnam() and getpwnam() calls. Signed-off-by: Jouni Malinen <jouni@codeaurora.org>