PERFORCE change 108829 for review
Robert Watson
rwatson at FreeBSD.org
Tue Oct 31 14:58:33 UTC 2006
http://perforce.freebsd.org/chv.cgi?CH=108829
Change 108829 by rwatson at rwatson_zoo on 2006/10/31 14:56:33
Style fix.
Submitted by: pjd
Affected files ...
.. //depot/projects/trustedbsd/priv/sys/kern/kern_jail.c#12 edit
Differences ...
==== //depot/projects/trustedbsd/priv/sys/kern/kern_jail.c#12 (text+ko) ====
@@ -532,7 +532,7 @@
prison_priv_check(struct ucred *cred, int priv)
{
- if (!(jailed(cred)))
+ if (!jailed(cred))
return (0);
switch (priv) {
More information about the trustedbsd-cvs
mailing list