Subject: Re: CVS commit: src/usr.bin/login
To: None <christos@netbsd.org>
From: Jason Thorpe <thorpej@shagadelic.org>
List: source-changes
Date: 09/21/2005 09:19:02
On Sep 21, 2005, at 5:24 AM, Christos Zoulas wrote:

>
> Module Name:	src
> Committed By:	christos
> Date:		Wed Sep 21 12:24:11 UTC 2005
>
> 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)?

-- thorpej