Whitespace fix.
This commit is contained in:
parent
bf2381365f
commit
c623c4930d
@ -1112,7 +1112,7 @@ osf1_setgid(td, uap)
|
||||
oldcred = p->p_ucred;
|
||||
|
||||
if (((error = suser_xxx(p->p_ucred, NULL, PRISON_ROOT)) != 0 ) &&
|
||||
gid != oldcred->cr_rgid && gid != oldcred->cr_svgid)
|
||||
gid != oldcred->cr_rgid && gid != oldcred->cr_svgid)
|
||||
return (error);
|
||||
|
||||
newcred = crdup(oldcred);
|
||||
|
Loading…
x
Reference in New Issue
Block a user