1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

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:
Martijn Dekker 2021-01-08 11:50:57 +00:00
parent 744e68e7be
commit ba4989d974

View file

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