summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2003-09-26 09:07:27 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2003-09-26 09:07:27 +0000
commit3d4274a52badc31b47ed6e1104eebb8bbdf0cc42 (patch)
tree94f0f16bd183659b42ef53e7c40ff6c59a3cee89
parentff2cf8a51d94891581d02447bbd8deb34716789f (diff)
Notes
-rw-r--r--sys/kern/vfs_mount.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/kern/vfs_mount.c b/sys/kern/vfs_mount.c
index efc78745bbbf..a962bcc0febc 100644
--- a/sys/kern/vfs_mount.c
+++ b/sys/kern/vfs_mount.c
@@ -140,9 +140,8 @@ struct vnode *rootvnode;
* The root specifiers we will try if RB_CDROM is specified.
*/
static char *cdrom_rootdevnames[] = {
- "cd9660:cd0a",
- "cd9660:acd0a",
- "cd9660:wcd0a",
+ "cd9660:cd0",
+ "cd9660:acd0",
NULL
};