Don't try to open the /dev/rXXX device.

This commit is contained in:
Mike Smith 2000-05-31 00:58:55 +00:00
parent 07b1028579
commit 149938cc61
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=61103
2 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@ int secsize = 0; /* the sensed sector size */
const char *disk;
const char *disks[] =
{
"/dev/rad0", "/dev/rwd0", "/dev/rda0", "/dev/rod0", 0
"/dev/ad0", "/dev/wd0", "/dev/da0", "/dev/od0", 0
};
struct disklabel disklabel; /* disk parameters */

View File

@ -67,7 +67,7 @@ int secsize = 0; /* the sensed sector size */
const char *disk;
const char *disks[] =
{
"/dev/rad0", "/dev/rwd0", "/dev/rda0", "/dev/rod0", 0
"/dev/ad0", "/dev/wd0", "/dev/da0", "/dev/od0", 0
};
struct disklabel disklabel; /* disk parameters */