From 6973ce04c4f7c82a9a930cb7585cf9eeaa2aaf67 Mon Sep 17 00:00:00 2001 From: Tai-hwa Liang Date: Thu, 24 Nov 2005 17:35:05 +0000 Subject: [PATCH] Fixing a regression introduced in rev1.72 by connecting cd9660 to the external mounting program list as well; otherwise, entry like the following in /etc/fstab wouldn't work: /dev/acd0 /mnt/cdrom cd9660 ro,-C=big5 0 0 Reviewed by: rodrigc --- sbin/mount/mount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/mount/mount.c b/sbin/mount/mount.c index abde12d27bc0..770be86520a6 100644 --- a/sbin/mount/mount.c +++ b/sbin/mount/mount.c @@ -129,7 +129,7 @@ use_mountprog(const char *vfstype) */ unsigned int i; const char *fs[] = { - "mfs", "msdosfs", "nfs", "nfs4", "ntfs", + "cd9660", "mfs", "msdosfs", "nfs", "nfs4", "ntfs", "nwfs", "nullfs", "portalfs", "reiserfs", "smbfs", "udf", "umapfs", "unionfs", NULL