Poul-Henning Kamp f711d546d2 Suser() simplification:
1:
  s/suser/suser_xxx/

2:
  Add new function: suser(struct proc *), prototyped in <sys/proc.h>.

3:
  s/suser_xxx(\([a-zA-Z0-9_]*\)->p_ucred, \&\1->p_acflag)/suser(\1)/

The remaining suser_xxx() calls will be scrutinized and dealt with
later.

There may be some unneeded #include <sys/cred.h>, but they are left
as an exercise for Bruce.

More changes to the suser() API will come along with the "jail" code.
1999-04-27 11:18:52 +00:00
..
1998-11-26 18:54:52 +00:00
1998-01-08 23:42:31 +00:00
1999-04-27 11:18:52 +00:00
1999-04-27 11:18:52 +00:00
1998-11-26 18:54:52 +00:00
1999-04-27 11:18:52 +00:00
1999-04-11 02:50:42 +00:00
1998-11-26 18:54:52 +00:00
1998-11-26 18:54:52 +00:00
1998-06-20 18:18:05 +00:00
1999-04-27 11:18:52 +00:00
1998-08-17 01:05:25 +00:00
1998-12-03 20:23:21 +00:00