components/ksh93/patches/CR6729252.patch
author Mohana Rao Gorai <mohana.gorai@oracle.com>
Fri, 28 Mar 2014 03:44:53 -0700
branchs11-update
changeset 3019 a2bfef404a4b
parent 805 23c55a2f8a8e
permissions -rw-r--r--
18410757 a2ps needs tpno info in the manifest

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";