Re: mail(1): use user_from_uid(3) and uid_from_user(3)

2018-09-15 Thread Theo Buehler
On Thu, Sep 13, 2018 at 10:35:11AM -0600, Todd C. Miller wrote: > Replace the local getname() and getuserid() functions with calls > to user_from_uid(3) and uid_from_user(3). This requires sprinkling > const in a few places but is otherwise mechanical. ok tb

mail(1): use user_from_uid(3) and uid_from_user(3)

2018-09-13 Thread Todd C. Miller
Replace the local getname() and getuserid() functions with calls to user_from_uid(3) and uid_from_user(3). This requires sprinkling const in a few places but is otherwise mechanical. - todd Index: usr.bin/mail/Makefile === RCS file