summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/sys/ucred.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/sys/ucred.h b/sys/sys/ucred.h
index e667dbe..e53e8ec 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));
OpenPOWER on IntegriCloud