aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorColin Percival <cperciva@FreeBSD.org>2004-08-05 07:15:35 +0000
committerColin Percival <cperciva@FreeBSD.org>2004-08-05 07:15:35 +0000
commit08e062ff1e3fb0f8c75e6d986356fbafcfc4e166 (patch)
treeaad10a4f2771962b50e907cc6c9cc6d7fc7a8b7f /sys
parent23fc1a90eac0590a4bfc4379495e6c391b28388f (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/systm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sys/systm.h b/sys/sys/systm.h
index 012f870f11e5..f0dff466d5dd 100644
--- a/sys/sys/systm.h
+++ b/sys/sys/systm.h
@@ -215,7 +215,6 @@ void cpu_stopprofclock(void);
/* flags for suser() and suser_cred() */
#define SUSER_ALLOWJAIL 1
-#define PRISON_ROOT SUSER_ALLOWJAIL /* XXX Old name, will be removed */
#define SUSER_RUID 2
int suser(struct thread *td);