CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/10/16 11:56:07
Modified files:
usr.bin/mail : aux.c cmd2.c cmd3.c fio.c lex.c list.c names.c
popen.c strings.c temp.c vars.c
Log message:
Modernize allocation by:
* removing unneeded casts of void* return values
* replacing varied and creative error messages with the allocation
function's name
* replacing errx() with err() so that the errno string is reported
ok beck@, jung@, millert@
