usr/src/lib/libtsol/common/getpathbylabel.c
changeset 1914 8a8c5f225b1b
parent 1676 37f4a3e2bd99
child 4541 62ca1e3cb5d3
--- a/usr/src/lib/libtsol/common/getpathbylabel.c	Mon May 01 11:09:23 2006 -0700
+++ b/usr/src/lib/libtsol/common/getpathbylabel.c	Mon May 01 11:23:49 2006 -0700
@@ -173,7 +173,7 @@
 	struct mntlist *mntst = NULL;
 	struct mnttab mnt;
 
-	if ((mounted = fopen(MNTTAB, "r")) == NULL) {
+	if ((mounted = fopen(MNTTAB, "rF")) == NULL) {
 		perror(MNTTAB);
 		return (NULL);
 	}