Subject: Re: CVS commit: src/usr.bin/login
To: Christos Zoulas <christos@zoulas.com>
From: Jason Thorpe <thorpej@shagadelic.org>
List: source-changes
Date: 09/21/2005 10:08:13
On Sep 21, 2005, at 9:48 AM, Christos Zoulas wrote:

> On Sep 21,  9:19am, thorpej@shagadelic.org (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