aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/ucred.h
diff options
context:
space:
mode:
authorAndrew Gallatin <gallatin@FreeBSD.org>2000-10-26 15:49:35 +0000
committerAndrew Gallatin <gallatin@FreeBSD.org>2000-10-26 15:49:35 +0000
commit810bfc8ea1e091668ceeacdbc2f089257eeab97b (patch)
tree6bd2efe3f7a7d8c6466901303cd773812c748817 /sys/sys/ucred.h
parent7e06ffaa30f20bae21fa9c7e38fa23044a5bb832 (diff)
downloadsrc-810bfc8ea1e091668ceeacdbc2f089257eeab97b.tar.gz
src-810bfc8ea1e091668ceeacdbc2f089257eeab97b.zip
unstaticize change_ruid() because it is needed by osf1_setuid()
Notes
Notes: svn path=/head/; revision=67629
Diffstat (limited to 'sys/sys/ucred.h')
-rw-r--r--sys/sys/ucred.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/ucred.h b/sys/sys/ucred.h
index e53e8ec4ed4a..7857d168f278 100644
--- a/sys/sys/ucred.h
+++ b/sys/sys/ucred.h
@@ -60,6 +60,7 @@ struct ucred {
struct proc;
void change_euid __P((struct proc *p, uid_t euid));
+void change_ruid __P((struct proc *p, uid_t ruid));
struct ucred *crcopy __P((struct ucred *cr));
struct ucred *crdup __P((struct ucred *cr));
void crfree __P((struct ucred *cr));