1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00
freebsd/sys/netatalk
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
..
aarp.c Fix warnings in preparation for adding -Wall -Wcast-qual to the 1999-01-27 22:42:27 +00:00
aarp.h
at_control.c Suser() simplification: 1999-04-27 11:18:52 +00:00
at_extern.h
at_proto.c
at_rmx.c De-staticize and add prototype for main debug function. I'll turn 1999-01-12 12:09:27 +00:00
at_var.h
at.h
COPYRIGHT
ddp_input.c The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static 1998-12-07 21:58:50 +00:00
ddp_output.c fix broken loopback code for ddp (again) 1998-08-04 23:17:05 +00:00
ddp_pcb.c Suser() simplification: 1999-04-27 11:18:52 +00:00
ddp_usrreq.c Suser() simplification: 1999-04-27 11:18:52 +00:00
ddp_var.h
ddp.h
endian.h
phase2.h