From ba4989d974f864fa1e4541e543ded1f65065ba11 Mon Sep 17 00:00:00 2001 From: Martijn Dekker Date: Fri, 8 Jan 2021 11:50:57 +0000 Subject: [PATCH] libast/port/mnt.c: rm cachefs support (Solaris patch 135-CR6729252) This change is pulled from here: https://github.com/oracle/solaris-userland/blob/master/components/ksh93/patches/135-CR6729252.patch --- src/lib/libast/port/mnt.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/lib/libast/port/mnt.c b/src/lib/libast/port/mnt.c index f773ae8b123e..31eeb760bfa8 100644 --- a/src/lib/libast/port/mnt.c +++ b/src/lib/libast/port/mnt.c @@ -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";