summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2000-09-06 17:44:07 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2000-09-06 17:44:07 +0000
commit81667275a92e647eddd30ab1af8bd8c6479a6af7 (patch)
tree281ce9826b217594bcdea61b195da0a2f3dec29f
parent1eb81f60599cc4dc44f3eef7f1e19dd859361cdc (diff)
Notes
-rw-r--r--sbin/umount/umount.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sbin/umount/umount.c b/sbin/umount/umount.c
index 93b50c042fa7..57baed99de2a 100644
--- a/sbin/umount/umount.c
+++ b/sbin/umount/umount.c
@@ -214,10 +214,8 @@ umountall(char **typelist)
strcmp(fs->fs_type, FSTAB_RQ))
continue;
/* If an unknown file system type, complain. */
- if (getvfsbyname(fs->fs_vfstype, &vfc) == -1) {
- warnx("%s: unknown mount type", fs->fs_vfstype);
+ if (getvfsbyname(fs->fs_vfstype, &vfc) == -1)
continue;
- }
if (checkvfsname(fs->fs_vfstype, typelist))
continue;