summaryrefslogtreecommitdiffstats
path: root/usr.bin/fstat
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/fstat')
-rw-r--r--usr.bin/fstat/fstat.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/usr.bin/fstat/fstat.c b/usr.bin/fstat/fstat.c
index b5e49f9..c9d0211 100644
--- a/usr.bin/fstat/fstat.c
+++ b/usr.bin/fstat/fstat.c
@@ -459,10 +459,6 @@ vtrans(vp, i, flag)
if (!ufs_filestat(&vn, &fst))
badtype = "error";
break;
- case VT_MFS:
- if (!ufs_filestat(&vn, &fst))
- badtype = "error";
- break;
case VT_NFS:
if (!nfs_filestat(&vn, &fst))
badtype = "error";
OpenPOWER on IntegriCloud