On Sun, Dec 01, 2013 at 11:52:50AM +, Rob wrote:
> Hi,
>
> Attached are two commits for id(1), the first removes curproc() as we
> can reuse the now-present user() function. The second adds support for
> uid arguments.
>
> uid arguments were mentioned in a previous commit, and it's trivial to
Hi,
Attached are two commits for id(1), the first removes curproc() as we
can reuse the now-present user() function. The second adds support for
uid arguments.
uid arguments were mentioned in a previous commit, and it's trivial to
support them, but GNU id(1) doesn't, so it might not be worth the