components/ksh93/patches/CR6729252.patch
changeset 4196 d697072a92f5
parent 4195 d88c5d15a4af
child 4197 67d7270f6817
--- a/components/ksh93/patches/CR6729252.patch	Mon Apr 13 09:25:17 2015 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-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";