mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
Silence lame compiler warning.
Submitted by: bde
This commit is contained in:
parent
65c9b74cc6
commit
69f15de9b1
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=65967
@ -57,6 +57,8 @@ struct ucred {
|
||||
#ifdef _KERNEL
|
||||
#define crhold(cr) (cr)->cr_ref++
|
||||
|
||||
struct proc;
|
||||
|
||||
void change_euid __P((struct proc *p, uid_t euid));
|
||||
struct ucred *crcopy __P((struct ucred *cr));
|
||||
struct ucred *crdup __P((struct ucred *cr));
|
||||
|
Loading…
Reference in New Issue
Block a user