Skip to content

Commit

Permalink
libast/port/mnt.c: rm cachefs support (Solaris patch 135-CR6729252)
Browse files Browse the repository at this point in the history
  • Loading branch information
McDutchie committed Jan 8, 2021
1 parent 744e68e commit ba4989d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/lib/libast/port/mnt.c
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit ba4989d

Please sign in to comment.