components/ksh93/patches/135-CR6729252.patch
author Rich Burridge <rich.burridge@oracle.com>
Tue, 02 May 2017 17:33:26 -0700
changeset 7964 d9801318ed3d
parent 4196 d697072a92f5
permissions -rw-r--r--
25981468 Build ilmbase and openexr with the GNU compilers

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