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
This commit is contained in:
Tai-hwa Liang 2005-11-24 17:35:05 +00:00
parent 389f1f906b
commit 6973ce04c4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=152778

View File

@ -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