From 69f15de9b1cb181585dc2db498e0a6f733cb1710 Mon Sep 17 00:00:00 2001 From: Don Lewis Date: Sat, 16 Sep 2000 23:59:37 +0000 Subject: [PATCH] Silence lame compiler warning. Submitted by: bde --- sys/sys/ucred.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/sys/ucred.h b/sys/sys/ucred.h index e667dbe476b4..e53e8ec4ed4a 100644 --- a/sys/sys/ucred.h +++ b/sys/sys/ucred.h @@ -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));