freebsd-dev/sys/i4b
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
..
driver Suser() simplification: 1999-04-27 11:18:52 +00:00
include update the i4b include files to i4b release 0.71.00 1999-03-07 16:09:45 +00:00
layer1 Use PCCARD_MODULE() instead of DATA_SET(), the pccard linker set went a 1999-04-25 07:44:02 +00:00
layer2 update the i4b kernel part to i4b release 0.71.00 1999-03-07 16:08:20 +00:00
layer3 update the i4b kernel part to i4b release 0.71.00 1999-03-07 16:08:20 +00:00
layer4 update the i4b kernel part to i4b release 0.71.00 1999-03-07 16:08:20 +00:00
tina-dd