> --- priv_addset.3 Mon Dec 21 12:08:24 2009 > +++ priv_addset.3.new Mon Dec 21 12:10:00 2009 > @@ -20,6 +20,8 @@ > > void priv_emptyset(priv_set_t *sp); > > + void priv_basicset(priv_set_t *sp); > + > void priv_fillset(priv_set_t *sp); > > void priv_freeset(priv_set_t *sp); > @@ -58,6 +60,8 @@ > > The priv_emptyset() function clears all privileges from sp. > > + The priv_basicset() function copies the basic privilege set to sp. > + > The priv_fillset() function asserts all privileges in sp, includ- > ing the privileges not currently defined in the system.
+1 Gary..