1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Use raw partition for default device

This commit is contained in:
Andrey A. Chernov 1994-11-12 17:48:09 +00:00
parent 6dca7d446e
commit 5971c8da85
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=372

View File

@ -32,7 +32,7 @@ static int c;
# include "cdrom_freebsd.h"
extern char *device;
static char cdrom[] = "/dev/rcd0a";
static char cdrom[] = "/dev/rcd0c";
cdrom_info cdi;
char info_filename[256];