On Mon, 10 Sep 2018 12:32:01 -0600, "Todd C. Miller" wrote:

> This diff replaces calls to getpwuid/getgrgid with
> uid_from_user/gid_from_group and fixes warnings caused by the
> user_from_uid/group_from_gid return value change to const char *.
>
> I've also changed some getpwnam/getgrnam to user_from_uid/group_from_gid
> where it makes sense.
>
> If desired, I can break the warning fixes out into a separate diff.

I've decided to break this up into multiple diffs for easier
reviewing.

 - todd

Reply via email to