PERFORCE change 86459 for review
Todd Miller
millert at FreeBSD.org
Tue Nov 8 14:26:12 GMT 2005
http://perforce.freebsd.org/chv.cgi?CH=86459
Change 86459 by millert at millert_ibook on 2005/11/08 14:25:33
Fix whitespace again. This is what I get for making the change by
hand in multiple trees instead of just copying over changed files.
Affected files ...
.. //depot/projects/trustedbsd/sedarwin7/src/sedarwin/sedarwin/ss/mach_av.c#7 edit
Differences ...
==== //depot/projects/trustedbsd/sedarwin7/src/sedarwin/sedarwin/ss/mach_av.c#7 (text+ko) ====
@@ -82,7 +82,7 @@
if (mcl == NULL)
return 0;
- cl = (msgid-mcl - >baseid) / (8 * sizeof(access_vector_t));
+ cl = (msgid - mcl->baseid) / (8 * sizeof(access_vector_t));
if (cl >= mcl->nclasses)
return (1); /* bad message, access denied */
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list