components/ksh93/patches/CR6729252.patch
author Danek Duvall <danek.duvall@oracle.com>
Fri, 15 May 2015 11:21:43 -0700
branchs11-update
changeset 4318 7f2f7aebce6e
parent 805 23c55a2f8a8e
permissions -rw-r--r--
21063316 pkg update fails from s11.2.10.0.5 to s11.3_21

diff -rupN INIT.2011-02-08.clean/src/lib/libast/port/mnt.c INIT.2011-02-08/src/lib/libast/port/mnt.c
--- INIT.2011-02-08.clean/src/lib/libast/port/mnt.c	2012-05-07 15:33:03.490042977 +0100
+++ INIT.2011-02-08/src/lib/libast/port/mnt.c	2012-05-07 15:40:58.347078946 +0100
@@ -416,11 +416,6 @@ mntread(void* handle)
 			t = "sfs";
 			break;
 #endif
-#ifdef MNT_CACHEFS
-		case MNT_CACHEFS:
-			t = "cachefs";
-			break;
-#endif
 #ifdef MNT_NFS3
 		case MNT_NFS3:
 			t = "nfs3";