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:
parent
744e68e7be
commit
ba4989d974
1 changed files with 0 additions and 5 deletions
|
@ -416,11 +416,6 @@ mntread(void* handle)
|
||||||
t = "sfs";
|
t = "sfs";
|
||||||
break;
|
break;
|
||||||
#endif
|
#endif
|
||||||
#ifdef MNT_CACHEFS
|
|
||||||
case MNT_CACHEFS:
|
|
||||||
t = "cachefs";
|
|
||||||
break;
|
|
||||||
#endif
|
|
||||||
#ifdef MNT_NFS3
|
#ifdef MNT_NFS3
|
||||||
case MNT_NFS3:
|
case MNT_NFS3:
|
||||||
t = "nfs3";
|
t = "nfs3";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue