Silence lame compiler warning.

Submitted by:	bde
This commit is contained in:
Don Lewis 2000-09-16 23:59:37 +00:00
parent 65c9b74cc6
commit 69f15de9b1

View File

@ -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));