Subject: Re: compat linux setfsuid retval fix and getfsuid/setfsgid exchange
To: None <tech-kern@netbsd.org>
From: Christos Zoulas <christos@astron.com>
List: tech-kern
Date: 12/21/2007 20:23:13
In article <20071221195932.GA49629@medusa.sis.pasteur.fr>,
Nicolas Joly  <njoly@pasteur.fr> wrote:
>-=-=-=-=-=-
>
>
>Hi,
>
>While making some regression tests under compat linux/linux32, i
>noticed the following:
>
>- setfsuid syscall is expected to return an uid, but our
>  implementation always returns 0 on success.
>
>- getfsuid ... AFAIK, this syscall never existed in Linux (seems to
>  come from PR/9335). It should be replaced by setfsgid instead ...
>
>I'd like to commit the attached patch which fix both.
>Any objections ?

None..

christos