Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Oct 2003 19:57:51 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 40447 for review
Message-ID:  <200310250257.h9P2vpEW048038@repoman.freebsd.org>

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

Change 40447 by rwatson@rwatson_tislabs on 2003/10/24 19:57:46

	Local SEBSD branch modification migrated from kern_mac.c.

Affected files ...

.. //depot/projects/trustedbsd/sebsd/sys/security/mac/mac_internal.h#3 edit

Differences ...

==== //depot/projects/trustedbsd/sebsd/sys/security/mac/mac_internal.h#3 (text+ko) ====

@@ -200,7 +200,7 @@
 		 } else							\
 			ignorenotfound = 0;				\
 		savedlen = sbuf_len(&sb);				\
-		if (first)						\
+		if (first == 1)						\
 			error = sbuf_printf(&sb, "%s/", element_name);	\
 		else							\
 			error = sbuf_printf(&sb, ",%s/", element_name);	\



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