Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Nov 2005 14:26:12 GMT
From:      Todd Miller <millert@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 86459 for review
Message-ID:  <200511081426.jA8EQCXe097298@repoman.freebsd.org>

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

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



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