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
This commit is contained in:
parent
744e68e7be
commit
ba4989d974
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in New Issue