1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00

Finish the PRISON_ROOT -> SUSER_ALLOWJAIL renaming by removing

the definition of the old name.
This commit is contained in:
Colin Percival 2004-08-05 07:15:35 +00:00
parent 23fc1a90ea
commit 08e062ff1e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=133159

View File

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