CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/09/15 20:38:57
Modified files:
usr.bin/mail : Makefile aux.c extern.h glob.h lex.c names.c
temp.c v7.local.c
Removed files:
usr.bin/mail : getname.c
Log message:
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 to match the return value of user_from_uid(3).
OK tb@
