PERFORCE change 95688 for review

Todd Miller millert at FreeBSD.org
Thu Apr 20 15:42:59 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=95688

Change 95688 by millert at millert_g5tower on 2006/04/20 15:42:20

	Style fix

Affected files ...

.. //depot/projects/trustedbsd/sedarwin7/src/sedarwin/sedarwin/ss/services.c#11 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin7/src/sedarwin/sedarwin/ss/services.c#11 (text+ko) ====

@@ -1679,12 +1679,13 @@
 			   u32 **sids,
 			   int *numsids)
 {
-	struct context *scontext = sidtab_search(&sidtab, user);
+	struct getfilesids p;
+	struct context *scontext;
 
+	scontext = sidtab_search(&sidtab, user);
 	if (scontext == NULL)
 		goto out_err;
 
-	struct getfilesids p;
 	p.scon = scontext;
 	p.sclass = sclass;
 	if (!sclass || sclass > policydb.p_classes.nprim)


More information about the trustedbsd-cvs mailing list