Re: [dev] [sbase] id commits

2013-12-01 Thread sin
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

[dev] [sbase] id commits

2013-12-01 Thread Rob
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