PERFORCE change 95633 for review
Todd Miller
millert at FreeBSD.org
Wed Apr 19 22:07:15 UTC 2006
http://perforce.freebsd.org/chv.cgi?CH=95633
Change 95633 by millert at millert_g5tower on 2006/04/19 22:06:11
Fix editor goof in previous checkin.
Affected files ...
.. //depot/projects/trustedbsd/sedarwin7/src/sedarwin/sedarwin/avc/avc.c#11 edit
Differences ...
==== //depot/projects/trustedbsd/sedarwin7/src/sedarwin/sedarwin/avc/avc.c#11 (text+ko) ====
@@ -185,7 +185,7 @@
printk(" tcontext=%s", scontext);
kfree(scontext);
}
- printk(" tclass=%s", class_to_string(tclass));
+ printk(" tclass=%s", security_class_to_string(tclass));
}
/**
More information about the trustedbsd-cvs
mailing list