On Sep 21, 2005, at 9:48 AM, Christos Zoulas wrote:
On Sep 21, 9:19am, thorpej%shagadelic.org@localhost (Jason Thorpe) wrote: -- Subject: Re: CVS commit: src/usr.bin/login | > Modified Files: | > src/usr.bin/login: login_pam.c | > | > Log Message: | > use getgrnam_r; from Jon Nemeth | | Just curious -- what is the point / benefit of using _r in single- | threaded apps? Sure, in libraries it makes perfect sense... but in | login(1)? Consistency?
IMO, it's gratuitous change. -- thorpej