CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2009/06/01 12:24:01
Modified files: usr.sbin/smtpd : lka.c smtpd.c smtpd.h util.c Log message: No need for save_getpwuid and such functions which call endpwent. endpwent is not needed unless setpwent (with stayopen = 1) or getpwent was used. getpwuid/getpwnam do not use getpwent; i think people must be assuming this. we are going to improve the man pages for this. ok gilles