diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2002-12-03 15:41:30 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2002-12-03 15:41:30 +0000 |
| commit | 89f35c14bd5c79cd320e88b432ba3b05fd6f1f8f (patch) | |
| tree | 0fa08c3bc62cbb88a8e6594adb379c4d22ceddc9 /usr.sbin | |
| parent | 52ac2d6442fdb2aecd2a639f7433fb82634f89c1 (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/cdcontrol/cdcontrol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/cdcontrol/cdcontrol.c b/usr.sbin/cdcontrol/cdcontrol.c index 5dd058599b73..35ea358feb7a 100644 --- a/usr.sbin/cdcontrol/cdcontrol.c +++ b/usr.sbin/cdcontrol/cdcontrol.c @@ -51,7 +51,7 @@ static const char rcsid[] = #define ASTS_VOID 0x15 /* No current audio status to return */ #ifndef DEFAULT_CD_DRIVE -# define DEFAULT_CD_DRIVE "/dev/cd0c" +# define DEFAULT_CD_DRIVE "/dev/cd0" #endif #ifndef DEFAULT_CD_PARTITION |
