diff options
author | trasz <trasz@FreeBSD.org> | 2015-04-18 16:08:06 +0000 |
---|---|---|
committer | trasz <trasz@FreeBSD.org> | 2015-04-18 16:08:06 +0000 |
commit | 7ba042082b083de7e31762c9a6b4ab4975bb2a2f (patch) | |
tree | 81ef82396e83699122d91168cd0e1600584e4367 /sbin/mount | |
parent | f5cd924224bb3a40d1410f9ca7aa6b158f7a4646 (diff) | |
download | FreeBSD-src-7ba042082b083de7e31762c9a6b4ab4975bb2a2f.zip FreeBSD-src-7ba042082b083de7e31762c9a6b4ab4975bb2a2f.tar.gz |
Remove some oldnfs remnants.
Differential Revision: https://reviews.freebsd.org/D2287
Reviewed by: rmacklem@
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'sbin/mount')
-rw-r--r-- | sbin/mount/mount.8 | 1 | ||||
-rw-r--r-- | sbin/mount/mount.c | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8 index 55a45e7..2b1ac52 100644 --- a/sbin/mount/mount.8 +++ b/sbin/mount/mount.8 @@ -457,7 +457,6 @@ However, for the following file system types: .Cm msdosfs , .Cm nfs , .Cm nullfs , -.Cm oldnfs , .Cm smbfs , .Cm udf , and diff --git a/sbin/mount/mount.c b/sbin/mount/mount.c index 5ea45df..6427fc8 100644 --- a/sbin/mount/mount.c +++ b/sbin/mount/mount.c @@ -144,7 +144,7 @@ use_mountprog(const char *vfstype) unsigned int i; const char *fs[] = { "cd9660", "mfs", "msdosfs", "nfs", - "nullfs", "oldnfs", "smbfs", "udf", "unionfs", + "nullfs", "smbfs", "udf", "unionfs", NULL }; |