Konstantin Belousov <[email protected]> wrote: > > +#define PROC_PRIV_CHECK(priv) do { \ > > + int _error; \ > > + _error = priv_check(currthread, priv); \ > What is currthread?
fat fingers, sorry, fixing
Konstantin Belousov <[email protected]> wrote: > > +#define PROC_PRIV_CHECK(priv) do { \ > > + int _error; \ > > + _error = priv_check(currthread, priv); \ > What is currthread?
fat fingers, sorry, fixing