Subject: Re: CVS commit: src/sys
To: David Laight <david@l8s.co.uk>
From: Jason Thorpe <thorpej@shagadelic.org>
List: source-changes
Date: 06/25/2007 14:01:41
On Jun 24, 2007, at 12:43 PM, David Laight wrote:

> On Sun, Jun 24, 2007 at 11:30:10AM -0700, Bill Stouder-Studenmund  
> wrote:
>>
>> Setting groups:
>
> How about:
>
> @@ -131,6 +131,28 @@ kauth_cred_alloc(void)
>        return (cred);
> }
>
> +kauth_cred_t
> +kauth_cred_alloc1(int ngroups, gid_t **grbuf)


That's probably the worst possible name we could have for this routine.


-- thorpej