summaryrefslogtreecommitdiffstats
path: root/usr.sbin
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
parente1524eb20ca44614d4942a0b92929a02e67dce44 (diff)
downloadFreeBSD-src-e7a85be33fc3bc164d55aaa44eda7f972ff86850.zip
FreeBSD-src-e7a85be33fc3bc164d55aaa44eda7f972ff86850.tar.gz
Remove vestiges of MFS.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/mountd/Makefile1
-rw-r--r--usr.sbin/pstat/pstat.82
-rw-r--r--usr.sbin/pstat/pstat.c6
3 files changed, 3 insertions, 6 deletions
diff --git a/usr.sbin/mountd/Makefile b/usr.sbin/mountd/Makefile
index 5baf042..96ec6b6 100644
--- a/usr.sbin/mountd/Makefile
+++ b/usr.sbin/mountd/Makefile
@@ -2,7 +2,6 @@
# $FreeBSD$
PROG= mountd
-CFLAGS+=-DNFS -DMFS -DCD9660 -DMSDOSFS
MAN= exports.5 netgroup.5 mountd.8
.include <bsd.prog.mk>
diff --git a/usr.sbin/pstat/pstat.8 b/usr.sbin/pstat/pstat.8
index 5b82aca..7b8bed7 100644
--- a/usr.sbin/pstat/pstat.8
+++ b/usr.sbin/pstat/pstat.8
@@ -240,7 +240,7 @@ on
where
.Em fstype
is one of
-.Em ufs , nfs , mfs , or pc ;
+.Em ufs , nfs , or pc ;
.Em from
is the filesystem is mounted from;
.Em on
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