Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Nov 2005 21:45:06 GMT
From:      Todd Miller <millert@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 86437 for review
Message-ID:  <200511072145.jA7Lj66J026949@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=86437

Change 86437 by millert@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 */
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511072145.jA7Lj66J026949>