PERFORCE change 86437 for review
Todd Miller
millert at FreeBSD.org
Mon Nov 7 21:45:06 GMT 2005
http://perforce.freebsd.org/chv.cgi?CH=86437
Change 86437 by millert at millert_ibook on 2005/11/07 21:44:18
fix typo introduced in previous rev
Affected files ...
.. //depot/projects/trustedbsd/sedarwin7/src/sedarwin/sedarwin/ss/mach_av.c#6 edit
Differences ...
==== //depot/projects/trustedbsd/sedarwin7/src/sedarwin/sedarwin/ss/mach_av.c#6 (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