summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pstat/pstat.c
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-06-01 10:07:28 +0000
committerru <ru@FreeBSD.org>2001-06-01 10:07:28 +0000
commite7a85be33fc3bc164d55aaa44eda7f972ff86850 (patch)
tree6322ab98c2e04f3bc5d1daf984487b0015829de9 /usr.sbin/pstat/pstat.c
parente1524eb20ca44614d4942a0b92929a02e67dce44 (diff)
downloadFreeBSD-src-e7a85be33fc3bc164d55aaa44eda7f972ff86850.zip
FreeBSD-src-e7a85be33fc3bc164d55aaa44eda7f972ff86850.tar.gz
Remove vestiges of MFS.
Diffstat (limited to 'usr.sbin/pstat/pstat.c')
-rw-r--r--usr.sbin/pstat/pstat.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.sbin/pstat/pstat.c b/usr.sbin/pstat/pstat.c
index d8ddfbf..96f26b0 100644
--- a/usr.sbin/pstat/pstat.c
+++ b/usr.sbin/pstat/pstat.c
@@ -357,8 +357,7 @@ vnodemode()
maddr = vp->v_mount;
mount_print(mp);
vnode_header();
- if (!strcmp(ST.f_fstypename, "ufs") ||
- !strcmp(ST.f_fstypename, "mfs"))
+ if (!strcmp(ST.f_fstypename, "ufs"))
ufs_header();
else if (!strcmp(ST.f_fstypename, "nfs"))
nfs_header();
@@ -367,8 +366,7 @@ vnodemode()
(void)printf("\n");
}
vnode_print(evp->avnode, vp);
- if (!strcmp(ST.f_fstypename, "ufs") ||
- !strcmp(ST.f_fstypename, "mfs"))
+ if (!strcmp(ST.f_fstypename, "ufs"))
ufs_print(vp);
else if (!strcmp(ST.f_fstypename, "nfs"))
nfs_print(vp);
OpenPOWER on IntegriCloud