CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/12/28 13:11:36
Modified files:
lib/libutil : login.c logout.c
Log message:
Switch login(3) from lseek+read/write to pread/pwrite and only do the pread()
if the data is needed. Use O_CLOEXEC on the internal fd as MT paranoia.
Fix cast in offset calculation; delete register keyword;
prefer memset() over bzero()
ok millert@
