Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jul 2002 19:22:53 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 14754 for review
Message-ID:  <200207230222.g6N2MrAh046010@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=14754

Change 14754 by rwatson@rwatson_tislabs on 2002/07/22 19:22:05

	Errant search and replace correction.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/security/mac_partition/mac_partition.c#3 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/security/mac_partition/mac_partition.c#3 (text+ko) ====

@@ -76,7 +76,7 @@
     &mac_partition_enabled, 0, "Enforce partition policy");
 
 static int	partition_slot;
-#define	SLOT(l)	(SLOT((l)))
+#define	SLOT(l)	(LABEL_TO_SLOT((l), partition_slot).l_long)
 
 static void
 mac_partition_init(struct mac_policy_conf *conf)

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




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