Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Jul 2002 08:14:48 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 14468 for review
Message-ID:  <200207191514.g6JFEml9080271@freefall.freebsd.org>

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

Change 14468 by rwatson@rwatson_paprika on 2002/07/19 08:14:26

	Correct a typo in an earlier submission.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/kern/kern_mac.c#172 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/kern/kern_mac.c#172 (text+ko) ====

@@ -2397,7 +2397,7 @@
 		return (EBADF);
 	}
 
-	if ((vp->v_mount->mnt_label & MNT_MULTILABEL) == 0)
+	if ((vp->v_mount->mnt_flag & MNT_MULTILABEL) == 0)
 		return (EOPNOTSUPP);
 
 	/*

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?200207191514.g6JFEml9080271>