Differences From Artifact [27db71537c]:
- File filed.c — part of check-in [e7dc183669] at 2014-02-07 21:10:11 on branch trunk — Updated to support disabling getpwnam() (user: rkeene, size: 22082) [annotate] [blame] [check-ins using]
To Artifact [f6d6d04c13]:
- File filed.c — part of check-in [25c96dfee9] at 2014-02-07 21:12:26 on branch trunk — Normalized macro names (user: rkeene, size: 22088) [annotate] [blame] [check-ins using]
︙ | |||
743 744 745 746 747 748 749 | 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 | - + | return; } /* Resolve a username to a UID */ static int filed_user_lookup(const char *user, uid_t *user_id) { char *next; uid_t user_id_check; |
︙ |